ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | StringInstance |
struct | strbuf_t |
Variables | |
static const WCHAR | lengthW [] = {'l','e','n','g','t','h',0} |
static const WCHAR | toStringW [] = {'t','o','S','t','r','i','n','g',0} |
static const WCHAR | valueOfW [] = {'v','a','l','u','e','O','f',0} |
static const WCHAR | anchorW [] = {'a','n','c','h','o','r',0} |
static const WCHAR | bigW [] = {'b','i','g',0} |
static const WCHAR | blinkW [] = {'b','l','i','n','k',0} |
static const WCHAR | boldW [] = {'b','o','l','d',0} |
static const WCHAR | charAtW [] = {'c','h','a','r','A','t',0} |
static const WCHAR | charCodeAtW [] = {'c','h','a','r','C','o','d','e','A','t',0} |
static const WCHAR | concatW [] = {'c','o','n','c','a','t',0} |
static const WCHAR | fixedW [] = {'f','i','x','e','d',0} |
static const WCHAR | fontcolorW [] = {'f','o','n','t','c','o','l','o','r',0} |
static const WCHAR | fontsizeW [] = {'f','o','n','t','s','i','z','e',0} |
static const WCHAR | indexOfW [] = {'i','n','d','e','x','O','f',0} |
static const WCHAR | italicsW [] = {'i','t','a','l','i','c','s',0} |
static const WCHAR | lastIndexOfW [] = {'l','a','s','t','I','n','d','e','x','O','f',0} |
static const WCHAR | linkW [] = {'l','i','n','k',0} |
static const WCHAR | matchW [] = {'m','a','t','c','h',0} |
static const WCHAR | replaceW [] = {'r','e','p','l','a','c','e',0} |
static const WCHAR | searchW [] = {'s','e','a','r','c','h',0} |
static const WCHAR | sliceW [] = {'s','l','i','c','e',0} |
static const WCHAR | smallW [] = {'s','m','a','l','l',0} |
static const WCHAR | splitW [] = {'s','p','l','i','t',0} |
static const WCHAR | strikeW [] = {'s','t','r','i','k','e',0} |
static const WCHAR | subW [] = {'s','u','b',0} |
static const WCHAR | substringW [] = {'s','u','b','s','t','r','i','n','g',0} |
static const WCHAR | substrW [] = {'s','u','b','s','t','r',0} |
static const WCHAR | supW [] = {'s','u','p',0} |
static const WCHAR | toLowerCaseW [] = {'t','o','L','o','w','e','r','C','a','s','e',0} |
static const WCHAR | toUpperCaseW [] = {'t','o','U','p','p','e','r','C','a','s','e',0} |
static const WCHAR | toLocaleLowerCaseW [] = {'t','o','L','o','c','a','l','e','L','o','w','e','r','C','a','s','e',0} |
static const WCHAR | toLocaleUpperCaseW [] = {'t','o','L','o','c','a','l','e','U','p','p','e','r','C','a','s','e',0} |
static const WCHAR | trimW [] = {'t','r','i','m',0} |
static const WCHAR | localeCompareW [] = {'l','o','c','a','l','e','C','o','m','p','a','r','e',0} |
static const WCHAR | fromCharCodeW [] = {'f','r','o','m','C','h','a','r','C','o','d','e',0} |
static const builtin_prop_t | String_props [] |
static const builtin_info_t | String_info |
static const builtin_prop_t | StringInst_props [] |
static const builtin_info_t | StringInst_info |
static const builtin_prop_t | StringConstr_props [] |
static const builtin_info_t | StringConstr_info |
HRESULT create_string | ( | script_ctx_t * | ctx, |
jsstr_t * | str, | ||
jsdisp_t ** | ret | ||
) |
Definition at line 1787 of file string.c.
Referenced by StringConstr_value(), and to_object().
HRESULT create_string_constr | ( | script_ctx_t * | ctx, |
jsdisp_t * | object_prototype, | ||
jsdisp_t ** | ret | ||
) |
Definition at line 1769 of file string.c.
Referenced by init_constructors().
|
static |
Definition at line 197 of file string.c.
Referenced by String_anchor(), String_fontcolor(), String_fontsize(), and String_link().
|
static |
Definition at line 155 of file string.c.
Referenced by String_big(), String_blink(), String_bold(), String_fixed(), String_italics(), String_small(), String_strike(), String_sub(), and String_sup().
|
static |
Definition at line 97 of file string.c.
Referenced by String_indexOf(), String_lastIndexOf(), String_replace(), String_search(), and String_split().
|
static |
Definition at line 85 of file string.c.
Referenced by do_attribute_tag_format(), do_attributeless_tag_format(), get_string_flat_val(), String_charAt(), String_charCodeAt(), String_concat(), String_match(), String_slice(), String_substr(), String_substring(), String_toLowerCase(), and String_toUpperCase().
|
static |
Definition at line 719 of file string.c.
Referenced by String_replace().
Definition at line 696 of file string.c.
Referenced by String_replace().
Definition at line 673 of file string.c.
Referenced by strbuf_append(), and strbuf_append_jsstr().
|
static |
Definition at line 1733 of file string.c.
Referenced by create_string(), and create_string_constr().
|
static |
Definition at line 255 of file string.c.
|
static |
Definition at line 264 of file string.c.
|
static |
Definition at line 286 of file string.c.
|
static |
Definition at line 328 of file string.c.
|
static |
Definition at line 371 of file string.c.
Definition at line 1555 of file string.c.
|
inlinestatic |
Definition at line 70 of file string.c.
Referenced by String_destructor(), string_from_vdisp(), String_get_length(), String_get_value(), String_idx_get(), and String_idx_length().
|
inlinestatic |
|
static |
|
static |
Definition at line 1563 of file string.c.
|
static |
Definition at line 481 of file string.c.
|
static |
Definition at line 550 of file string.c.
|
static |
|
static |
Definition at line 622 of file string.c.
|
static |
Definition at line 774 of file string.c.
|
static |
Definition at line 996 of file string.c.
|
static |
|
static |
Definition at line 1130 of file string.c.
|
static |
|
static |
|
inlinestatic |
Definition at line 80 of file string.c.
Referenced by get_string_val(), and stringobj_to_string().
|
static |
|
static |
Definition at line 138 of file string.c.
|
static |
|
static |
Definition at line 1503 of file string.c.
|
static |
|
static |
Definition at line 1654 of file string.c.
|
static |
Definition at line 1685 of file string.c.
Referenced by create_string_constr().
Definition at line 123 of file string.c.
Referenced by String_toString(), and String_valueOf().
WINE_DEFAULT_DEBUG_CHANNEL | ( | jscript | ) |
Definition at line 38 of file string.c.
Referenced by test_multiple_reads().
Definition at line 40 of file string.c.
Referenced by test_font_events_disp().
Definition at line 50 of file string.c.
Referenced by create_syslink(), test_propertystore(), and test_symlinks().
Definition at line 57 of file string.c.
Referenced by test_font_events_disp().
|
static |
Definition at line 1629 of file string.c.
Referenced by string_alloc().
|
static |
|
static |
Definition at line 1760 of file string.c.
Referenced by create_string_constr().
|
static |
|
static |
Definition at line 1642 of file string.c.
Referenced by string_alloc().
|
static |
Definition at line 60 of file string.c.
Referenced by delete_component_path().