Home
last modified time | relevance | path

Searched refs:JS_IsException (Results 1 – 8 of 8) sorted by relevance

/third_party/quickjs/
Dquickjs.c1860 if (JS_IsException(res)) in JS_ExecutePendingJob()
2978 if (JS_IsException(val)) in JS_NewAtomLen()
2997 if (JS_IsException(val)) in JS_NewAtomUInt32()
3013 if (JS_IsException(val)) in JS_NewAtomInt64()
3231 if (JS_IsException(num)) in JS_AtomIsNumericIndex1()
3234 if (JS_IsException(str)) { in JS_AtomIsNumericIndex1()
3255 if (JS_IsException(num)) in JS_AtomIsNumericIndex()
3334 if (JS_IsException(str)) in JS_AtomToCString()
3351 if (JS_IsException(str)) in js_atom_concat_str()
3800 if (JS_IsException(v1)) in string_buffer_concat_value()
[all …]
Dquickjs-libc.c555 if (JS_IsException(meta_obj)) in js_module_set_import_meta()
590 if (JS_IsException(func_val)) in js_module_loader()
692 if (JS_IsException(obj)) in js_std_getenviron()
735 if (JS_IsException(val)) in get_bool_option()
781 if (JS_IsException(ret)) in js_evalScript()
847 if (JS_IsException(obj)) in js_new_std_file()
1418 if (JS_IsException(response)) in js_std_urlGet()
1430 if (JS_IsException(ret_obj)) in js_std_urlGet()
1685 if (JS_IsException(obj)) in js_os_ttyGetWinSize()
1718 if (JS_IsException(obj)) in js_os_ttyGetWinSize()
[all …]
Dqjs.c64 if (!JS_IsException(val)) { in eval_buf()
71 if (JS_IsException(val)) { in eval_buf()
Drun-test262.c479 if (JS_IsException(ret_val)) in agent_start()
513 if (JS_IsException(ret_val)) in agent_start()
828 if (JS_IsException(func_val)) in js_module_loader_test()
1190 if (is_async && !JS_IsException(res_val)) { in eval_buf()
1210 if (JS_IsException(res_val)) { in eval_buf()
1834 if (JS_IsException(res_val)) { in run_test262_harness_test()
Dqjsc.c268 if (JS_IsException(func_val)) in jsc_module_loader()
309 if (JS_IsException(obj)) { in compile_file()
Ddebugger.c689 if (JS_IsException(ret)) { in DBG_EvaluateProcess()
Dquickjs.h609 static inline JS_BOOL JS_IsException(JSValueConst v) in JS_IsException() function
/third_party/quickjs/examples/
Dpoint.c63 if (JS_IsException(proto)) in js_point_ctor()
67 if (JS_IsException(obj)) in js_point_ctor()