Searched defs:fail (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/test/executiontest/ |
| H A D | thread_termination_test.cpp | 54 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 D | expect.py | 87 fail = False variable in Expect
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | circuit_builder-inl.h | 83 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