Home
last modified time | relevance | path

Searched defs:HasPendingException (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h309 bool HasPendingException() const in HasPendingException() function
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp1226 void AsmInterpreterCall::HasPendingException([[maybe_unused]] ExtendedAssembler *assembler, in HasPendingException() function in panda::ecmascript::x64::AsmInterpreterCall
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1364 GateRef CircuitBuilder::HasPendingException(GateRef glue) in HasPendingException() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h2317 inline GateRef StubBuilder::HasPendingException(GateRef glue) in HasPendingException() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp689 bool JSNApi::HasPendingException(const EcmaVM *vm) in HasPendingException() function in panda::JSNApi