Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h47 static inline JSHandle<JSTaggedValue> GetNewTarget(EcmaRuntimeCallInfo *msg) in GetNewTarget() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h55 inline GateRef GetNewTarget(GateRef info) in GetNewTarget() function
/arkcompiler/ets_runtime/ecmascript/
Decma_runtime_call_info.h178 inline JSHandle<JSTaggedValue> GetNewTarget() const in GetNewTarget() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp288 void PandaGen::GetNewTarget(const ir::AstNode *node) in GetNewTarget() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h7265 JSTaggedValue EcmaInterpreter::GetNewTarget(JSTaggedType *sp) in GetNewTarget() function
Dinterpreter_assembly.cpp7519 JSTaggedValue InterpreterAssembly::GetNewTarget(JSTaggedType *sp) in GetNewTarget() function in panda::ecmascript::InterpreterAssembly