Home
last modified time | relevance | path

Searched defs:isError (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_exceptions.cpp30 static EtsClass *GetExceptionClass(EtsCoroutine *coroutine, const char *classDescriptor, bool *isError) in GetExceptionClass() argument
72 bool isError = false; in SetupEtsException() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dinterop_context.cpp331 bool isError; in GetErrorStack() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dsighook.cpp328 bool isError = true; in InitRealSignalFun() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1715 GateRef isError = LogicAndBuilder(env).And(TaggedIsException(resVal)).And(HasPendingException(glue)).Done(); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp1582 GateRef isError = LogicAndBuilder(env).And(TaggedIsException(resVal)).And(HasPendingException(glue)).Done(); in DECLARE_ASM_HANDLER() local

Completed in 25 milliseconds