Home
last modified time | relevance | path

Searched defs:fail (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/executiontest/
H A Dthread_termination_test.cpp54 static void RegisterGlobalTemplate(const EcmaVM *vm, FunctionCallbackInfo terminate, FunctionCallbackInfo fail, in RegisterGlobalTemplate() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dexpect.py87 fail = False variable in Expect
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder-inl.h83 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit) in HandleException() argument
85 BRANCH_CIR2(Equal(result, ExceptionConstant()), fail, success); in HandleException() local
92 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit, GateRef exceptionVal) in HandleException() argument
94 BRANCH_CIR2(Equal(result, exceptionVal), fail, success); in HandleException() local

Completed in 2 milliseconds