Searched refs:callbackScope (Results 1 – 2 of 2) sorted by relevance
90 return callbackScope; in OpenCallbackScope()140 NativeCallbackScope* callbackScope, in CloseScope() argument144 nativeAsyncContext->CloseCallbackScope(engine, callbackScope); in CloseScope()147 callbackScopeMgr->Close(callbackScope); in CloseScope()168 NativeCallbackScope* callbackScope; in InternalMakeCallback() local171 callbackScope = callbackScopeMgr->Open(engine, in InternalMakeCallback()174 callbackScope = asyncContext->OpenCallbackScope(); in InternalMakeCallback()184 if (callbackScope != nullptr) { in InternalMakeCallback()186 callbackScope->MarkAsFailed(); in InternalMakeCallback()188 callbackScope->Close(); in InternalMakeCallback()[all …]
138 …CallbackScope callbackScope(resultInfo->hostEnv, resultInfo->workerEnv, resultInfo->taskId, status… in ExecuteCallbackInner() local