Home
last modified time | relevance | path

Searched refs:HasPendingJob (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapipendingjob_fuzzer/
H A Djsnapipendingjob_fuzzer.cpp51 JSNApi::HasPendingJob(vm); in JSNApiHasPendingJobFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.h123 bool HasPendingJob();
H A Decma_context.cpp803 bool EcmaContext::HasPendingJob() in HasPendingJob() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1632 static bool HasPendingJob(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5394 bool JSNApi::HasPendingJob(const EcmaVM *vm) in HasPendingJob() function in panda::JSNApi
5397 return vm->GetAssociatedJSThread()->GetCurrentEcmaContext()->HasPendingJob(); in HasPendingJob()

Completed in 19 milliseconds