Home
last modified time | relevance | path

Searched defs:GetNewTarget (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h56 inline GateRef GetNewTarget(GateRef info) in GetNewTarget() function
/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h174 static inline JSHandle<JSTaggedValue> GetNewTarget(EcmaRuntimeCallInfo *msg) in GetNewTarget() function
/arkcompiler/ets_runtime/ecmascript/
Decma_runtime_call_info.h179 inline JSHandle<JSTaggedValue> GetNewTarget() const in GetNewTarget() function
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stub_builder.h207 GateRef GetNewTarget(GateRef sp) in GetNewTarget() function
Dbaseline_stubs-inl.h234 GateRef BaselineStubBuilder::GetNewTarget(GateRef glue, GateRef sp) in GetNewTarget() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h268 GateRef InterpreterStubBuilder::GetNewTarget(GateRef glue, GateRef sp) in GetNewTarget() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp334 void PandaGen::GetNewTarget(const ir::AstNode *node) in GetNewTarget() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp424 void PandaGen::GetNewTarget(const ir::AstNode *node) in GetNewTarget() function in ark::es2panda::compiler::PandaGen
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp547 JSVM_Value GetNewTarget() override in GetNewTarget() function in v8impl::__anone4be3d930111::FunctionCallbackWrapper
598 JSVM_Value GetNewTarget() override in GetNewTarget() function in v8impl::__anone4be3d930111::PropertyCallbackWrapperBase
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp7913 JSTaggedValue EcmaInterpreter::GetNewTarget(JSThread *thread, JSTaggedType *sp) in GetNewTarget() function in panda::ecmascript::EcmaInterpreter
Dinterpreter_assembly.cpp7959 JSTaggedValue InterpreterAssembly::GetNewTarget(JSThread *thread, JSTaggedType *sp) in GetNewTarget() function in panda::ecmascript::InterpreterAssembly