Searched refs:init_dispex_from_constr (Results 1 – 15 of 15) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | bool.c | 187 hres = init_dispex_from_constr(&bool->dispex, ctx, &BoolInst_info, ctx->bool_constr); in alloc_bool()
|
H A D | enumerator.c | 216 hres = init_dispex_from_constr(&enumerator->dispex, ctx, &EnumeratorInst_info, in alloc_enumerator()
|
H A D | function.c | 203 hres = init_dispex_from_constr(&args->jsdisp, ctx, &Arguments_info, ctx->object_constr); in setup_arguments_object() 579 hres = init_dispex_from_constr(&function->dispex, ctx, builtin_info, ctx->function_constr); in create_function() 581 … hres = init_dispex_from_constr(&function->dispex, ctx, &FunctionInst_info, ctx->function_constr); in create_function()
|
H A D | vbarray.c | 279 hres = init_dispex_from_constr(&vbarray->dispex, ctx, &VBArray_info, ctx->vbarray_constr); in alloc_vbarray()
|
H A D | error.c | 177 hres = init_dispex_from_constr(err, ctx, &ErrorInst_info, in alloc_error()
|
H A D | math.c | 557 hres = init_dispex_from_constr(math, ctx, &Math_info, ctx->object_constr); in create_math()
|
H A D | number.c | 603 hres = init_dispex_from_constr(&number->dispex, ctx, &NumberInst_info, ctx->number_constr); in alloc_number()
|
H A D | json.c | 846 hres = init_dispex_from_constr(json, ctx, &JSON_info, ctx->object_constr); in create_json()
|
H A D | jscript.h | 283 HRESULT init_dispex_from_constr(jsdisp_t*,script_ctx_t*,const builtin_info_t*,jsdisp_t*) DECLSPEC_H…
|
H A D | object.c | 740 …hres = init_dispex_from_constr(object, ctx, &ObjectInst_info, constr ? constr : ctx->object_constr… in create_object()
|
H A D | jsregexp.c | 633 hres = init_dispex_from_constr(®exp->dispex, ctx, &RegExpInst_info, ctx->regexp_constr); in alloc_regexp()
|
H A D | array.c | 1338 hres = init_dispex_from_constr(&array->dispex, ctx, &ArrayInst_info, ctx->array_constr); in alloc_array()
|
H A D | string.c | 1745 hres = init_dispex_from_constr(&string->dispex, ctx, &StringInst_info, ctx->string_constr); in string_alloc()
|
H A D | dispex.c | 1030 HRESULT init_dispex_from_constr(jsdisp_t *dispex, script_ctx_t *ctx, const builtin_info_t *builtin_… in init_dispex_from_constr() function
|
H A D | date.c | 2018 hres = init_dispex_from_constr(&date->dispex, ctx, &DateInst_info, ctx->date_constr); in create_date()
|