Searched defs:isThrow (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/toolchain/tooling/backend/ |
| H A D | debugger_executor.cpp | 44 Local<JSValueRef> isThrow = runtimeCallInfo->GetCallArgRef(1); in DebuggerGetValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | insn.h | 507 void SetIsThrow(bool isThrow) in SetIsThrow() argument
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_source_text.cpp | 1381 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, int32_t index, bool isThrow) in GetModuleValue() argument 1396 JSTaggedValue SourceTextModule::GetModuleValue(JSThread *thread, JSTaggedValue key, bool isThrow) in GetModuleValue() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | typed_bytecode_lowering.cpp | 1641 SpeculateCallBuiltin(GateRef gate, GateRef func, const std::vector<GateRef> &args, BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect) SpeculateCallBuiltin() argument 1657 SpeculateCallBuiltinFromGlobal(GateRef gate, const std::vector<GateRef> &args, BuiltinsStubCSigns::ID id, bool isThrow, bool isSideEffect) SpeculateCallBuiltinFromGlobal() argument
|
Completed in 11 milliseconds