Searched defs:LoadProperty (Results 1 – 4 of 4) sorted by relevance
78 HWTEST_F_L0(ICHandlerTest, LoadProperty) in HWTEST_F_L0() argument
201 …static inline JSHandle<JSTaggedValue> LoadProperty(const JSThread *thread, const ObjectOperator &o… in LoadProperty() function
428 void ETSGen::LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg … in LoadProperty() function in ark::es2panda::compiler::ETSGen
862 GateRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunctio… in LoadProperty() function in panda::ecmascript::kungfu::CircuitBuilder