|
ReactOS 0.4.17-dev-281-g9de2895
|
Go to the source code of this file.
Classes | |
| struct | property_info |
| interface | IWineJSDispatch |
| interface | IWineJSDispatchHost |
| interface | IWineJScript |
Variables | |
| const unsigned int | PROPF_METHOD = 0x0100 |
| const unsigned int | PROPF_CONSTR = 0x0200 |
| const unsigned int | PROPF_ENUMERABLE = 0x0400 |
| const unsigned int | PROPF_WRITABLE = 0x0800 |
| const unsigned int | PROPF_CONFIGURABLE = 0x1000 |
| const unsigned int | PROPF_PUBLIC_MASK = PROPF_ENUMERABLE | PROPF_WRITABLE | PROPF_CONFIGURABLE |
| const unsigned int | HOSTOBJ_CONSTRUCTOR = 0x0001 |
Definition at line 42 of file jsdisp.idl.
Referenced by init_host_object().
Definition at line 38 of file jsdisp.idl.
Referenced by create_error(), delete_prop(), find_prop_name(), init_arraybuf_constructors(), init_constructors(), init_error_constr(), init_global(), init_host_constructor(), init_object_prototype_accessors(), init_set_constructor(), interp_obj_prop(), jsdisp_define_property(), jsdisp_freeze(), jsdisp_get_id(), jsdisp_get_own_property(), jsdisp_is_frozen(), jsdisp_propput_idx(), jsdisp_propput_name(), JSON_parse(), Object_defineGetter(), Object_defineSetter(), Object_getOwnPropertyDescriptor(), prop_put(), set_constructor_prop(), setup_arguments_object(), to_property_descriptor(), and transform_json_object().
Definition at line 34 of file jsdisp.idl.
Referenced by create_activex_constr(), create_array_constr(), create_bool_constr(), create_date_constr(), create_enumerator_constr(), create_number_constr(), create_object_constr(), create_regexp_constr(), create_source_function(), create_string_constr(), create_vbarray_constr(), init_arraybuf_constructors(), init_error_constr(), init_function_constr(), init_set_constructor(), and NativeFunction_call().
Definition at line 36 of file jsdisp.idl.
Referenced by create_error(), DispatchEx_GetTypeInfo(), find_prop_name(), init_arraybuf_constructors(), init_object_prototype_accessors(), interp_obj_prop(), jsdisp_define_property(), jsdisp_get_id(), jsdisp_get_own_property(), jsdisp_index_lookup(), jsdisp_next_index(), jsdisp_next_prop(), jsdisp_propput_idx(), jsdisp_propput_name(), JSON_parse(), Object_defineGetter(), Object_defineSetter(), Object_getOwnPropertyDescriptor(), Object_propertyIsEnumerable(), prop_put(), to_property_descriptor(), and transform_json_object().
Definition at line 33 of file jsdisp.idl.
Referenced by create_bind_function(), create_host_function(), find_prop_name(), HostConstructor_lookup_prop(), init_arraybuf_constructors(), init_host_constructor(), init_object_prototype_accessors(), and update_external_prop().
| const unsigned int PROPF_PUBLIC_MASK = PROPF_ENUMERABLE | PROPF_WRITABLE | PROPF_CONFIGURABLE |
Definition at line 40 of file jsdisp.idl.
Referenced by jsdisp_freeze(), and WineJSDispatch_GetPropertyFlags().
Definition at line 37 of file jsdisp.idl.
Referenced by create_error(), find_prop_name(), init_arraybuf_constructors(), init_constructors(), init_error_constr(), init_global(), init_host_constructor(), init_set_constructor(), InterpretedFunction_get_prototype(), InterpretedFunction_set_prototype(), jsdisp_define_property(), jsdisp_freeze(), jsdisp_get_id(), jsdisp_get_own_property(), jsdisp_index_lookup(), jsdisp_is_frozen(), jsdisp_next_index(), jsdisp_propput_idx(), jsdisp_propput_name(), JSON_parse(), Object_getOwnPropertyDescriptor(), prop_put(), set_constructor_prop(), setup_arguments_object(), to_property_descriptor(), transform_json_object(), and update_external_prop().