Home
last modified time | relevance | path

Searched refs:init_dispex_from_constr (Results 1 – 15 of 15) sorted by relevance

/reactos/dll/win32/jscript/
H A Dbool.c187 hres = init_dispex_from_constr(&bool->dispex, ctx, &BoolInst_info, ctx->bool_constr); in alloc_bool()
H A Denumerator.c216 hres = init_dispex_from_constr(&enumerator->dispex, ctx, &EnumeratorInst_info, in alloc_enumerator()
H A Dfunction.c203 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 Dvbarray.c279 hres = init_dispex_from_constr(&vbarray->dispex, ctx, &VBArray_info, ctx->vbarray_constr); in alloc_vbarray()
H A Derror.c177 hres = init_dispex_from_constr(err, ctx, &ErrorInst_info, in alloc_error()
H A Dmath.c557 hres = init_dispex_from_constr(math, ctx, &Math_info, ctx->object_constr); in create_math()
H A Dnumber.c603 hres = init_dispex_from_constr(&number->dispex, ctx, &NumberInst_info, ctx->number_constr); in alloc_number()
H A Djson.c846 hres = init_dispex_from_constr(json, ctx, &JSON_info, ctx->object_constr); in create_json()
H A Djscript.h283 HRESULT init_dispex_from_constr(jsdisp_t*,script_ctx_t*,const builtin_info_t*,jsdisp_t*) DECLSPEC_H…
H A Dobject.c740 …hres = init_dispex_from_constr(object, ctx, &ObjectInst_info, constr ? constr : ctx->object_constr… in create_object()
H A Djsregexp.c633 hres = init_dispex_from_constr(&regexp->dispex, ctx, &RegExpInst_info, ctx->regexp_constr); in alloc_regexp()
H A Darray.c1338 hres = init_dispex_from_constr(&array->dispex, ctx, &ArrayInst_info, ctx->array_constr); in alloc_array()
H A Dstring.c1745 hres = init_dispex_from_constr(&string->dispex, ctx, &StringInst_info, ctx->string_constr); in string_alloc()
H A Ddispex.c1030 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 Ddate.c2018 hres = init_dispex_from_constr(&date->dispex, ctx, &DateInst_info, ctx->date_constr); in create_date()