Home
last modified time | relevance | path

Searched refs:type_error_constr (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/jscript/
H A Derror.c318 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 Djscript.h453 jsdisp_t *type_error_constr; member
H A Dglobal.c1057 jsval_obj(ctx->type_error_constr)); in init_constructors()