/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | superExpression.cpp | 39 pg->ThrowIfSuperNotCorrectCall(this, 0); in Compile()
|
H A D | thisExpression.cpp | 47 pg->ThrowIfSuperNotCorrectCall(this, 0); in Compile()
|
H A D | callExpression.cpp | 124 pg->ThrowIfSuperNotCorrectCall(this, 1); in CompileSuperCall()
|
/arkcompiler/ets_frontend/ets2panda/compiler/function/ |
H A D | functionBuilder.cpp | 51 pg_->ThrowIfSuperNotCorrectCall(rootNode, 0); in ImplicitReturn()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 378 V(ThrowIfSuperNotCorrectCall) \
|
H A D | runtime_stubs.cpp | 2491 DEF_RUNTIME_STUBS(ThrowIfSuperNotCorrectCall) in DEF_RUNTIME_STUBS() 2493 RUNTIME_STUBS_HEADER(ThrowIfSuperNotCorrectCall); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
H A D | functionBuilder.cpp | 65 pg_->ThrowIfSuperNotCorrectCall(node, 0); in ImplicitReturn()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 236 void ThrowIfSuperNotCorrectCall(const ir::AstNode *node, int64_t num);
|
H A D | JSCompiler.cpp | 596 pg->ThrowIfSuperNotCorrectCall(expr, 1); in Compile() 1006 pg->ThrowIfSuperNotCorrectCall(expr, 0); in Compile() 1081 pg->ThrowIfSuperNotCorrectCall(expr, 0); in Compile()
|
H A D | pandagen.cpp | 916 ThrowIfSuperNotCorrectCall(func, 0); in ValidateClassDirectReturn() 1656 void PandaGen::ThrowIfSuperNotCorrectCall(const ir::AstNode *node, int64_t num) in ThrowIfSuperNotCorrectCall() function in ark::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 89 static JSTaggedValue ThrowIfSuperNotCorrectCall(JSThread *thread, uint16_t index, JSTaggedValue thisValue);
|
H A D | slow_runtime_stub.cpp | 490 JSTaggedValue SlowRuntimeStub::ThrowIfSuperNotCorrectCall(JSThread *thread, uint16_t index, JSTaggedValue thisValue) in ThrowIfSuperNotCorrectCall() function in panda::ecmascript::SlowRuntimeStub 492 INTERPRETER_TRACE(thread, ThrowIfSuperNotCorrectCall); in ThrowIfSuperNotCorrectCall()
|
H A D | interpreter-inl.cpp | 4022 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); in RunInternal() 4032 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); in RunInternal()
|
H A D | interpreter_assembly.cpp | 2923 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue); 3267 JSTaggedValue res = SlowRuntimeStub::ThrowIfSuperNotCorrectCall(thread, imm, thisValue);
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 442 void ThrowIfSuperNotCorrectCall(const ir::AstNode *node, int64_t num);
|
H A D | pandagen.cpp | 1256 ThrowIfSuperNotCorrectCall(func, 0); in ValidateClassDirectReturn() 1978 void PandaGen::ThrowIfSuperNotCorrectCall(const ir::AstNode *node, int64_t num) in ThrowIfSuperNotCorrectCall() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 182 V(ThrowIfSuperNotCorrectCall) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 4253 GateRef res = CallRuntime(glue, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in GenerateCircuit() 4308 GateRef res = CallRuntime(glue, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in GenerateCircuit()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 654 GateRef res = CallRuntime(glue, RTSTUB_ID(ThrowIfSuperNotCorrectCall),
in DECLARE_ASM_HANDLER() 662 GateRef res = CallRuntime(glue, RTSTUB_ID(ThrowIfSuperNotCorrectCall),
in DECLARE_ASM_HANDLER()
|
H A D | slowpath_lowering.cpp | 1244 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(ThrowIfSuperNotCorrectCall), in LowerThrowIfSuperNotCorrectCall()
|