Lines Matching refs:res_val
1175 JSValue res_val, exception_val; in eval_buf() local
1188 res_val = JS_Eval(ctx, buf, buf_len, filename, eval_flags); in eval_buf()
1190 if (is_async && !JS_IsException(res_val)) { in eval_buf()
1191 JS_FreeValue(ctx, res_val); in eval_buf()
1196 res_val = JS_EXCEPTION; in eval_buf()
1201 res_val = JS_ThrowTypeError(ctx, "$DONE() not called"); in eval_buf()
1203 res_val = JS_UNDEFINED; in eval_buf()
1210 if (JS_IsException(res_val)) { in eval_buf()
1341 JS_FreeValue(ctx, res_val); in eval_buf()
1801 JSValue res_val; in run_test262_harness_test() local
1832 res_val = JS_Eval(ctx, buf, buf_len, filename, eval_flags); in run_test262_harness_test()
1834 if (JS_IsException(res_val)) { in run_test262_harness_test()
1838 JS_FreeValue(ctx, res_val); in run_test262_harness_test()