Home
last modified time | relevance | path

Searched refs:ThrowUndefinedIfHole (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlexenv.cpp70 pg->ThrowUndefinedIfHole(node, result.variable->Name()); in ExpandLoadLexVar()
80 pg->ThrowUndefinedIfHole(node, local->Name()); in ExpandLoadNormalVar()
134 pg->ThrowUndefinedIfHole(node, local->Name()); in ExpandStoreNormalVar()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h288 V(ThrowUndefinedIfHole) \
H A Druntime_stubs.cpp2019 DEF_RUNTIME_STUBS(ThrowUndefinedIfHole) in DEF_RUNTIME_STUBS()
2021 RUNTIME_STUBS_HEADER(ThrowUndefinedIfHole); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h85 static void ThrowUndefinedIfHole(JSThread *thread, JSTaggedValue obj);
H A Dslow_runtime_stub.cpp481 void SlowRuntimeStub::ThrowUndefinedIfHole(JSThread *thread, JSTaggedValue obj) in ThrowUndefinedIfHole() function in panda::ecmascript::SlowRuntimeStub
483 INTERPRETER_TRACE(thread, ThrowUndefinedIfHole); in ThrowUndefinedIfHole()
H A Dinterpreter-inl.cpp3991 SlowRuntimeStub::ThrowUndefinedIfHole(thread, obj); in RunInternal()
4006 SlowRuntimeStub::ThrowUndefinedIfHole(thread, obj); in RunInternal()
H A Dinterpreter_assembly.cpp1903 SlowRuntimeStub::ThrowUndefinedIfHole(thread, obj);
1922 SlowRuntimeStub::ThrowUndefinedIfHole(thread, obj);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp348 ThrowUndefinedIfHole(node, var->Name()); in LoadVar()
389 ThrowUndefinedIfHole(node, var->Name()); in StoreVar()
1983 void PandaGen::ThrowUndefinedIfHole(const ir::AstNode *node, const util::StringView &name) in ThrowUndefinedIfHole() function in panda::es2panda::compiler::PandaGen
H A Dpandagen.h443 void ThrowUndefinedIfHole(const ir::AstNode *node, const util::StringView &name);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h117 V(ThrowUndefinedIfHole) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp1204 LowerCallRuntime(gate, RTSTUB_ID(ThrowUndefinedIfHole), {obj}, true); in LowerThrowUndefinedIfHole()
1233 LowerCallRuntime(gate, RTSTUB_ID(ThrowUndefinedIfHole), {obj}, true); in LowerThrowUndefinedIfHoleWithName()
H A Dinterpreter_stub.cpp1673 CallRuntime(glue, RTSTUB_ID(ThrowUndefinedIfHole), { obj }); in DECLARE_ASM_HANDLER()
1693 CallRuntime(glue, RTSTUB_ID(ThrowUndefinedIfHole), { str }); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp4188 CallRuntime(glue, RTSTUB_ID(ThrowUndefinedIfHole), { obj }); in GenerateCircuit()
4214 CallRuntime(glue, RTSTUB_ID(ThrowUndefinedIfHole), { str }); in GenerateCircuit()

Completed in 71 milliseconds