Searched refs:ThrowUndefinedIfHole (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | lexenv.cpp | 70 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 D | runtime_stub_list.h | 288 V(ThrowUndefinedIfHole) \
|
H A D | runtime_stubs.cpp | 2019 DEF_RUNTIME_STUBS(ThrowUndefinedIfHole) in DEF_RUNTIME_STUBS() 2021 RUNTIME_STUBS_HEADER(ThrowUndefinedIfHole); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 85 static void ThrowUndefinedIfHole(JSThread *thread, JSTaggedValue obj);
|
H A D | slow_runtime_stub.cpp | 481 void SlowRuntimeStub::ThrowUndefinedIfHole(JSThread *thread, JSTaggedValue obj) in ThrowUndefinedIfHole() function in panda::ecmascript::SlowRuntimeStub 483 INTERPRETER_TRACE(thread, ThrowUndefinedIfHole); in ThrowUndefinedIfHole()
|
H A D | interpreter-inl.cpp | 3991 SlowRuntimeStub::ThrowUndefinedIfHole(thread, obj); in RunInternal() 4006 SlowRuntimeStub::ThrowUndefinedIfHole(thread, obj); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1903 SlowRuntimeStub::ThrowUndefinedIfHole(thread, obj); 1922 SlowRuntimeStub::ThrowUndefinedIfHole(thread, obj);
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 348 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 D | pandagen.h | 443 void ThrowUndefinedIfHole(const ir::AstNode *node, const util::StringView &name);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 117 V(ThrowUndefinedIfHole) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.cpp | 1204 LowerCallRuntime(gate, RTSTUB_ID(ThrowUndefinedIfHole), {obj}, true); in LowerThrowUndefinedIfHole() 1233 LowerCallRuntime(gate, RTSTUB_ID(ThrowUndefinedIfHole), {obj}, true); in LowerThrowUndefinedIfHoleWithName()
|
H A D | interpreter_stub.cpp | 1673 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 D | baseline_stubs.cpp | 4188 CallRuntime(glue, RTSTUB_ID(ThrowUndefinedIfHole), { obj }); in GenerateCircuit() 4214 CallRuntime(glue, RTSTUB_ID(ThrowUndefinedIfHole), { str }); in GenerateCircuit()
|
Completed in 71 milliseconds