Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h276 void TriggerConcurrentCallback(JSTaggedValue result, JSTaggedValue hint);
Decma_vm.cpp572 void EcmaVM::TriggerConcurrentCallback(JSTaggedValue result, JSTaggedValue hint) in TriggerConcurrentCallback() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2645 thread->GetEcmaVM()->TriggerConcurrentCallback(result, hint); in RuntimeNotifyConcurrentResult()