Searched refs:type_error_constr (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | error.c | 318 return error_constr(ctx, flags, argc, argv, r, ctx->type_error_constr); in TypeErrorConstr_value() 342 &ctx->syntax_error_constr, &ctx->type_error_constr, in init_error_constr() 442 return throw_error(ctx, error, str, ctx->type_error_constr); in throw_type_error()
|
H A D | jscript.h | 453 jsdisp_t *type_error_constr; member
|
H A D | global.c | 1057 jsval_obj(ctx->type_error_constr)); in init_constructors()
|