ReactOS 0.4.16-dev-983-g23ad936
|
Go to the source code of this file.
Variables | |
static const WCHAR | toStringW [] = {'t','o','S','t','r','i','n','g',0} |
static const WCHAR | toLocaleStringW [] = {'t','o','L','o','c','a','l','e','S','t','r','i','n','g',0} |
static const WCHAR | valueOfW [] = {'v','a','l','u','e','O','f',0} |
static const WCHAR | hasOwnPropertyW [] = {'h','a','s','O','w','n','P','r','o','p','e','r','t','y',0} |
static const WCHAR | propertyIsEnumerableW [] |
static const WCHAR | isPrototypeOfW [] = {'i','s','P','r','o','t','o','t','y','p','e','O','f',0} |
static const WCHAR | createW [] = {'c','r','e','a','t','e',0} |
static const WCHAR | getOwnPropertyDescriptorW [] |
static const WCHAR | getPrototypeOfW [] |
static const WCHAR | definePropertyW [] = {'d','e','f','i','n','e','P','r','o','p','e','r','t','y',0} |
static const WCHAR | definePropertiesW [] = {'d','e','f','i','n','e','P','r','o','p','e','r','t','i','e','s',0} |
static const WCHAR | default_valueW [] = {'[','o','b','j','e','c','t',' ','O','b','j','e','c','t',']',0} |
static const WCHAR | configurableW [] = {'c','o','n','f','i','g','u','r','a','b','l','e',0} |
static const WCHAR | enumerableW [] = {'e','n','u','m','e','r','a','b','l','e',0} |
static const WCHAR | valueW [] = {'v','a','l','u','e',0} |
static const WCHAR | writableW [] = {'w','r','i','t','a','b','l','e',0} |
static const WCHAR | getW [] = {'g','e','t',0} |
static const WCHAR | setW [] = {'s','e','t',0} |
static const builtin_prop_t | Object_props [] |
static const builtin_info_t | Object_info |
static const builtin_info_t | ObjectInst_info |
static const builtin_prop_t | ObjectConstr_props [] |
static const builtin_info_t | ObjectConstr_info |
HRESULT create_object | ( | script_ctx_t * | ctx, |
jsdisp_t * | constr, | ||
jsdisp_t ** | ret | ||
) |
Definition at line 731 of file object.c.
Referenced by create_activex_constr(), create_source_function(), d3drm3_CreateObject(), interp_new_obj(), InterpretedFunction_call(), Object_getOwnPropertyDescriptor(), ObjectConstr_value(), parse_json_value(), and to_object().
HRESULT create_object_constr | ( | script_ctx_t * | ctx, |
jsdisp_t * | object_prototype, | ||
jsdisp_t ** | ret | ||
) |
Definition at line 718 of file object.c.
Referenced by init_constructors().
HRESULT create_object_prototype | ( | script_ctx_t * | ctx, |
jsdisp_t ** | ret | ||
) |
Definition at line 726 of file object.c.
Referenced by init_global().
|
static |
Definition at line 412 of file object.c.
Referenced by Object_create(), and Object_defineProperties().
|
static |
Definition at line 590 of file object.c.
|
static |
Definition at line 508 of file object.c.
|
static |
Definition at line 463 of file object.c.
|
static |
|
static |
Definition at line 527 of file object.c.
|
static |
|
static |
Definition at line 128 of file object.c.
|
static |
Definition at line 186 of file object.c.
|
static |
Definition at line 103 of file object.c.
|
static |
Definition at line 53 of file object.c.
|
static |
|
static |
Definition at line 671 of file object.c.
Referenced by create_object_constr().
|
static |
Definition at line 272 of file object.c.
Referenced by jsdisp_define_properties(), Object_defineProperty(), Object_getOwnPropertyDescriptor(), and to_property_descriptor().
|
static |
Definition at line 282 of file object.c.
Referenced by jsdisp_define_properties(), and Object_defineProperty().
WINE_DEFAULT_DEBUG_CHANNEL | ( | jscript | ) |
Definition at line 46 of file object.c.
Referenced by Object_getOwnPropertyDescriptor(), and to_property_descriptor().
Definition at line 35 of file object.c.
Referenced by RichEditWndProc_common().
|
static |
Definition at line 44 of file object.c.
Referenced by Object_get_value().
Definition at line 47 of file object.c.
Referenced by Object_getOwnPropertyDescriptor(), and to_property_descriptor().
Definition at line 50 of file object.c.
Referenced by handle_redirect(), HTMLFormElement_put_method(), Object_getOwnPropertyDescriptor(), request_send(), test_large_data_authentication(), test_multi_authentication(), to_property_descriptor(), WinHttpOpenRequest(), and wmain().
|
static |
Definition at line 255 of file object.c.
Referenced by create_object_prototype().
|
static |
|
static |
Definition at line 662 of file object.c.
Referenced by create_object_constr().
|
static |
|
static |
Definition at line 264 of file object.c.
Referenced by create_object().
Definition at line 51 of file object.c.
Referenced by Object_getOwnPropertyDescriptor(), and to_property_descriptor().
Definition at line 27 of file object.c.
Referenced by Object_toLocaleString().
Definition at line 48 of file object.c.
Referenced by change_property(), fill_props(), GetAcceptLanguagesW(), ldap_compare_ext_sA(), ldap_compare_extA(), ldap_compare_sA(), ldap_compareA(), MsiRecordSetStringA(), Object_getOwnPropertyDescriptor(), RegLoadMUIStringA(), SetLocaleInfoW(), test_enum_value(), test_MsiSourceListGetInfo(), test_StdRegProv(), test_symlinks(), to_property_descriptor(), VBSAXAttributes_getValue(), VBSAXAttributes_getValueFromName(), VBSAXAttributes_getValueFromQName(), write_attribute_string(), and write_element_string().