Searched refs:PROPF_CONSTR (Results 1 – 13 of 13) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | bool.c | 210 PROPF_CONSTR|1, &bool->dispex, ret); in create_bool_constr()
|
H A D | activex.c | 200 PROPF_CONSTR|1, prototype, ret); in create_activex_constr()
|
H A D | enumerator.c | 344 PROPF_CONSTR|7, &enumerator->dispex, ret); in create_enumerator_constr()
|
H A D | function.c | 778 …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 D | vbarray.c | 341 …hres = create_builtin_constructor(ctx, VBArrayConstr_value, VBArrayW, NULL, PROPF_CONSTR|1, &vbarr… in create_vbarray_constr()
|
H A D | error.c | 369 PROPF_CONSTR|1, err, constr_addr[i]); in init_error_constr()
|
H A D | number.c | 626 PROPF_CONSTR|1, &number->dispex, ret); in create_number_constr()
|
H A D | jscript.h | 98 #define PROPF_CONSTR 0x0200 macro
|
H A D | object.c | 722 …turn create_builtin_constructor(ctx, ObjectConstr_value, ObjectW, &ObjectConstr_info, PROPF_CONSTR, in create_object_constr()
|
H A D | jsregexp.c | 1016 PROPF_CONSTR|2, ®exp->dispex, ret); in create_regexp_constr()
|
H A D | array.c | 1375 …uiltin_constructor(ctx, ArrayConstr_value, ArrayW, &ArrayConstr_info, PROPF_CONSTR|1, &array->disp… in create_array_constr()
|
H A D | string.c | 1781 PROPF_CONSTR|1, &string->dispex, ret); in create_string_constr()
|
H A D | date.c | 2546 PROPF_CONSTR|7, date, ret); in create_date_constr()
|