Home
last modified time | relevance | path

Searched defs:isError (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_exceptions.cpp30 …ic EtsClass *GetExceptionClass(EtsCoroutine *coroutine, const char *classDescriptor, bool *isError) in GetExceptionClass()
72 bool isError = false; in SetupEtsException() local
/arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/src/
Dcalculate-stats.ts57 function isError(defectInfo: DefectInfo): boolean { function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp331 bool isError; in GetErrorStack() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsighook.cpp328 bool isError = true; in InitRealSignalFun() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1576 …GateRef isError = LogicAndBuilder(env).And(TaggedIsException(resVal)).And(HasPendingException(glue… in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1725 …GateRef isError = LogicAndBuilder(env).And(TaggedIsException(resVal)).And(HasPendingException(glue… in GenerateCircuit() local