Home
last modified time | relevance | path

Searched refs:JS_NULL (Results 1 – 5 of 5) sorted by relevance

/third_party/quickjs/
Ddebugger.c523 return JS_NULL; in DBG_GetVariableObj()
538 return JS_NULL; in DBG_ProcessUndefinedVariable()
569 return JS_NULL; in DBG_VariablesUnFilteredProcess()
598 return JS_NULL; in DBG_VariablesFilteredProcess()
603 return JS_NULL; in DBG_VariablesFilteredProcess()
614 return JS_NULL; in DBG_VariablesFilteredProcess()
618 return JS_NULL; in DBG_VariablesFilteredProcess()
Dquickjs-libc.c446 return JS_NULL; in js_std_loadFile()
896 return JS_NULL; in js_std_open()
932 return JS_NULL; in js_std_popen()
966 return JS_NULL; in js_std_fdopen()
981 return JS_NULL; in js_std_tmpfile()
1193 return JS_NULL; in js_std_file_getline()
1393 response = JS_NULL; in js_std_urlGet()
1683 return JS_NULL; in js_os_ttyGetWinSize()
1724 return JS_NULL; in js_os_ttyGetWinSize()
1845 rh->rw_func[magic] = JS_NULL; in js_os_setReadHandler()
[all …]
Drun-test262.c683 ret = JS_NULL; in js_agent_getReport()
749 return JS_NULL; in js_IsHTMLDDA()
1218 js_print(ctx, JS_NULL, 1, &exception_val); in eval_buf()
Dquickjs.c1667 rt->current_exception = JS_NULL; in JS_NewRuntime2()
2172 ctx->class_proto[i] = JS_NULL; in JS_NewContextRaw()
2173 ctx->array_ctor = JS_NULL; in JS_NewContextRaw()
2174 ctx->regexp_ctor = JS_NULL; in JS_NewContextRaw()
2175 ctx->promise_ctor = JS_NULL; in JS_NewContextRaw()
3433 new_tab[i] = JS_NULL; in JS_NewClass1()
6357 rt->current_exception = JS_NULL; in JS_GetException()
6569 str = JS_NULL; in build_backtrace()
6607 obj = JS_NULL; in JS_ThrowError2()
6933 val = JS_NULL; in JS_GetPrototypePrimitive()
[all …]
Dquickjs.h255 #define JS_NULL JS_MKVAL(JS_TAG_NULL, 0) macro