Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp1208 JSHandle<JSTaggedValue> catchKey(thread, constants->GetPromiseCatchString()); in Catch() local
1212 JSTaggedValue result = JSFunction::Invoke(thread, promise, catchKey, 1, arguments->GetArgv()); in Catch()