|
| WINE_DEFAULT_DEBUG_CHANNEL (jscript) |
|
static StringInstance * | string_from_jsdisp (jsdisp_t *jsdisp) |
|
static StringInstance * | string_from_vdisp (vdisp_t *vdisp) |
|
static StringInstance * | string_this (vdisp_t *jsthis) |
|
static HRESULT | get_string_val (script_ctx_t *ctx, vdisp_t *jsthis, jsstr_t **val) |
|
static HRESULT | get_string_flat_val (script_ctx_t *ctx, vdisp_t *jsthis, jsstr_t **jsval, const WCHAR **val) |
|
static HRESULT | String_get_length (script_ctx_t *ctx, jsdisp_t *jsthis, jsval_t *r) |
|
static HRESULT | stringobj_to_string (vdisp_t *jsthis, jsval_t *r) |
|
static HRESULT | String_toString (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_valueOf (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | do_attributeless_tag_format (script_ctx_t *ctx, vdisp_t *jsthis, jsval_t *r, const WCHAR *tagname) |
|
static HRESULT | do_attribute_tag_format (script_ctx_t *ctx, vdisp_t *jsthis, unsigned argc, jsval_t *argv, jsval_t *r, const WCHAR *tagname, const WCHAR *attrname) |
|
static HRESULT | String_anchor (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_big (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_blink (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_bold (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_charAt (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_charCodeAt (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_concat (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_fixed (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_fontcolor (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_fontsize (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_indexOf (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_italics (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_lastIndexOf (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_link (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_match (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static BOOL | strbuf_ensure_size (strbuf_t *buf, unsigned len) |
|
static HRESULT | strbuf_append (strbuf_t *buf, const WCHAR *str, DWORD len) |
|
static HRESULT | strbuf_append_jsstr (strbuf_t *buf, jsstr_t *str) |
|
static HRESULT | rep_call (script_ctx_t *ctx, jsdisp_t *func, jsstr_t *jsstr, const WCHAR *str, match_state_t *match, jsstr_t **ret) |
|
static HRESULT | String_replace (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_search (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_slice (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_small (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_split (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_strike (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_sub (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_substring (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_substr (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_sup (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_toLowerCase (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_toUpperCase (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_toLocaleLowerCase (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_toLocaleUpperCase (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_trim (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_localeCompare (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | String_get_value (script_ctx_t *ctx, jsdisp_t *jsthis, jsval_t *r) |
|
static void | String_destructor (jsdisp_t *dispex) |
|
static unsigned | String_idx_length (jsdisp_t *jsdisp) |
|
static HRESULT | String_idx_get (jsdisp_t *jsdisp, unsigned idx, jsval_t *r) |
|
static HRESULT | StringConstr_fromCharCode (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | StringConstr_value (script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, jsval_t *r) |
|
static HRESULT | string_alloc (script_ctx_t *ctx, jsdisp_t *object_prototype, jsstr_t *str, StringInstance **ret) |
|
HRESULT | create_string_constr (script_ctx_t *ctx, jsdisp_t *object_prototype, jsdisp_t **ret) |
|
HRESULT | create_string (script_ctx_t *ctx, jsstr_t *str, jsdisp_t **ret) |
|
|
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 |
|