Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dexpect.py87 fail = False variable in Expect
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h83 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit) in HandleException()
92 void CircuitBuilder::HandleException(GateRef result, Label *success, Label *fail, Label *exit, Gate… in HandleException()
/arkcompiler/ets_runtime/test/executiontest/
Dthread_termination_test.cpp54 …RegisterGlobalTemplate(const EcmaVM *vm, FunctionCallbackInfo terminate, FunctionCallbackInfo fail, in RegisterGlobalTemplate()