Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.cpp43 JSHandle<JSTaggedValue> LoadHandler::LoadProperty(const JSThread *thread, const ObjectOperator &op) in LoadProperty() function in panda::ecmascript::LoadHandler
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp78 HWTEST_F_L0(ICHandlerTest, LoadProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp430 void ETSGen::LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg … in LoadProperty() function in ark::es2panda::compiler::ETSGen
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.cpp997 GateRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunctio… in LoadProperty() function in panda::ecmascript::kungfu::CircuitBuilder