Home
last modified time | relevance | path

Searched defs:taskInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp602 void *taskInfo = extraInfo->GetData(); in TriggerConcurrentCallback() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3581 bool JSNApi::InitForConcurrentFunction(EcmaVM *vm, Local<JSValueRef> function, void *taskInfo) in InitForConcurrentFunction()