Searched defs:LoadProperty (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/ | ||
H A D | ic_handler.h | 201 static inline JSHandle<JSTaggedValue> LoadProperty(const JSThread *thread, const ObjectOperator &op) in LoadProperty() function in panda::ecmascript::final |
/arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
H A D | ETSGen.cpp | 431 void ETSGen::LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, in LoadProperty() function in ark::es2panda::compiler::ETSGen |
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | mcr_circuit_builder.cpp | 866 GateRef CircuitBuilder::LoadProperty(GateRef receiver, GateRef propertyLookupResult, bool isFunction) in LoadProperty() function in panda::ecmascript::kungfu::CircuitBuilder |
Completed in 10 milliseconds