Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.c46405 static JSValue js_promise_resolve_function_call(JSContext *ctx, in js_promise_resolve_function_call() function
47402 rt->class_array[JS_CLASS_PROMISE_RESOLVE_FUNCTION].call = js_promise_resolve_function_call; in JS_AddIntrinsicPromise()
47403 rt->class_array[JS_CLASS_PROMISE_REJECT_FUNCTION].call = js_promise_resolve_function_call; in JS_AddIntrinsicPromise()