Searched refs:catchKey (Results 1 – 1 of 1) sorted by relevance
1208 JSHandle<JSTaggedValue> catchKey(thread, constants->GetPromiseCatchString()); in Catch() local1212 JSTaggedValue result = JSFunction::Invoke(thread, promise, catchKey, 1, arguments->GetArgv()); in Catch()