Searched refs:JS_E_ILLEGAL_ASSIGN (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | jscript.h | 556 #define JS_E_ILLEGAL_ASSIGN MAKE_JSERROR(IDS_ILLEGAL_ASSIGN) macro
|
H A D | compile.c | 521 return push_instr_uint(ctx, OP_throw_ref, JS_E_ILLEGAL_ASSIGN); in compile_increment_expression() 793 return push_instr_uint(ctx, OP_throw_ref, JS_E_ILLEGAL_ASSIGN); in compile_assign_expression() 1357 hres = push_instr_uint(ctx, OP_throw_ref, JS_E_ILLEGAL_ASSIGN); in compile_forin_statement()
|
H A D | engine.c | 1153 return throw_reference_error(ctx, JS_E_ILLEGAL_ASSIGN, NULL); in interp_refval() 2519 return throw_reference_error(ctx, JS_E_ILLEGAL_ASSIGN, NULL); in interp_assign() 2543 return throw_reference_error(ctx, JS_E_ILLEGAL_ASSIGN, NULL); in interp_assign_call()
|