Home
last modified time | relevance | path

Searched defs:DefineGetterSetterByValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1611 void PandaGen::DefineGetterSetterByValue(const ir::AstNode *node, VReg obj, VReg name, VReg getter,… in DefineGetterSetterByValue() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1297 void PandaGen::DefineGetterSetterByValue(const ir::AstNode *node, std::tuple<VReg, VReg, VReg, VReg… in DefineGetterSetterByValue() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp772 JSTaggedValue SlowRuntimeStub::DefineGetterSetterByValue(JSThread *thread, JSTaggedValue obj, JSTag… in DefineGetterSetterByValue() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2683 DEF_RUNTIME_STUBS(DefineGetterSetterByValue) in DEF_RUNTIME_STUBS() argument