Home
last modified time | relevance | path

Searched refs:PROPF_CONSTR (Results 1 – 13 of 13) sorted by relevance

/reactos/dll/win32/jscript/
H A Dbool.c210 PROPF_CONSTR|1, &bool->dispex, ret); in create_bool_constr()
H A Dactivex.c200 PROPF_CONSTR|1, prototype, ret); in create_activex_constr()
H A Denumerator.c344 PROPF_CONSTR|7, &enumerator->dispex, ret); in create_enumerator_constr()
H A Dfunction.c778 …s = create_function(ctx, NULL, &InterpretedFunctionVtbl, sizeof(InterpretedFunction), PROPF_CONSTR, in create_source_function()
1017 …s = create_function(ctx, &Function_info, &NativeFunctionVtbl, sizeof(NativeFunction), PROPF_CONSTR, in init_function_constr()
1025 …eate_function(ctx, &FunctionInst_info, &NativeFunctionVtbl, sizeof(NativeFunction), PROPF_CONSTR|1, in init_function_constr()
H A Dvbarray.c341 …hres = create_builtin_constructor(ctx, VBArrayConstr_value, VBArrayW, NULL, PROPF_CONSTR|1, &vbarr… in create_vbarray_constr()
H A Derror.c369 PROPF_CONSTR|1, err, constr_addr[i]); in init_error_constr()
H A Dnumber.c626 PROPF_CONSTR|1, &number->dispex, ret); in create_number_constr()
H A Djscript.h98 #define PROPF_CONSTR 0x0200 macro
H A Dobject.c722 …turn create_builtin_constructor(ctx, ObjectConstr_value, ObjectW, &ObjectConstr_info, PROPF_CONSTR, in create_object_constr()
H A Djsregexp.c1016 PROPF_CONSTR|2, &regexp->dispex, ret); in create_regexp_constr()
H A Darray.c1375 …uiltin_constructor(ctx, ArrayConstr_value, ArrayW, &ArrayConstr_info, PROPF_CONSTR|1, &array->disp… in create_array_constr()
H A Dstring.c1781 PROPF_CONSTR|1, &string->dispex, ret); in create_string_constr()
H A Ddate.c2546 PROPF_CONSTR|7, date, ret); in create_date_constr()