Home
last modified time | relevance | path

Searched defs:GetProperty (Results 1 - 25 of 25) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_arguments.cpp55 OperationResult JSArguments::GetProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetProperty() function in panda::ecmascript::JSArguments
H A Djs_arguments.h42 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSObject> &obj, in GetProperty() function in panda::ecmascript::JSArguments
H A Djs_proxy.h48 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty() function in panda::ecmascript::final
H A Djs_typed_array.h56 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() function in panda::ecmascript::JSTypedArray
61 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() function in panda::ecmascript::JSTypedArray
H A Djs_typed_array.cpp216 OperationResult JSTypedArray::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() function in panda::ecmascript::JSTypedArray
H A Djs_proxy.cpp517 OperationResult JSProxy::GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty() function in panda::ecmascript::JSProxy
H A Djs_tagged_value.cpp946 OperationResult JSTaggedValue::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() function in panda::ecmascript::JSTaggedValue
976 OperationResult JSTaggedValue::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t key) in GetProperty() function in panda::ecmascript::JSTaggedValue
1003 OperationResult JSTaggedValue::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, GetProperty() function in panda::ecmascript::JSTaggedValue
[all...]
H A Djs_object-inl.h327 JSTaggedValue JSObject::GetProperty(const JSHClass *hclass, PropertyAttributes attr) const in GetProperty() function in panda::ecmascript::JSObject
H A Djs_object.cpp1086 OperationResult JSObject::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() function in panda::ecmascript::JSObject
1096 OperationResult JSObject::GetProperty(JSThread *thread, const JSHandle<JSObject> &obj, in GetProperty() function in panda::ecmascript::JSObject
1106 OperationResult JSObject::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() function in panda::ecmascript::JSObject
1118 OperationResult JSObject::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t index) in GetProperty() function in panda::ecmascript::JSObject
1152 JSTaggedValue JSObject::GetProperty(JSThread *thread, ObjectOperator *op) GetProperty() function in panda::ecmascript::JSObject
[all...]
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_stack.cpp174 OperationResult JSAPIStack::GetProperty(JSThread *thread, const JSHandle<JSAPIStack> &obj, in GetProperty() function in panda::ecmascript::JSAPIStack
H A Djs_api_bitvector.cpp498 OperationResult JSAPIBitVector::GetProperty( in GetProperty() function in panda::ecmascript::JSAPIBitVector
H A Djs_api_deque.cpp272 OperationResult JSAPIDeque::GetProperty(JSThread *thread, const JSHandle<JSAPIDeque> &obj, in GetProperty() function in panda::ecmascript::JSAPIDeque
H A Djs_api_linked_list.cpp266 OperationResult JSAPILinkedList::GetProperty(JSThread *thread, const JSHandle<JSAPILinkedList> &list, in GetProperty() function in panda::ecmascript::JSAPILinkedList
H A Djs_api_list.cpp273 OperationResult JSAPIList::GetProperty(JSThread *thread, const JSHandle<JSAPIList> &list, in GetProperty() function in panda::ecmascript::JSAPIList
H A Djs_api_queue.cpp227 OperationResult JSAPIQueue::GetProperty(JSThread *thread, const JSHandle<JSAPIQueue> &obj, in GetProperty() function in panda::ecmascript::JSAPIQueue
H A Djs_api_arraylist.cpp460 OperationResult JSAPIArrayList::GetProperty(JSThread *thread, const JSHandle<JSAPIArrayList> &obj, in GetProperty() function in panda::ecmascript::JSAPIArrayList
H A Djs_api_vector.cpp486 OperationResult JSAPIVector::GetProperty(JSThread *thread, const JSHandle<JSAPIVector> &obj, in GetProperty() function in panda::ecmascript::JSAPIVector
H A Djs_api_plain_array.cpp219 OperationResult JSAPIPlainArray::GetProperty(JSThread *thread, const JSHandle<JSAPIPlainArray> &obj, in GetProperty() function in panda::ecmascript::JSAPIPlainArray
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp79 OperationResult ModuleNamespace::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DobjectType.h152 virtual varbinder::LocalVariable *GetProperty(const util::StringView &name, in GetProperty() function in ark::es2panda::checker::ObjectType
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DobjectType.h147 virtual binder::LocalVariable *GetProperty(const util::StringView &name, [[maybe_unused]] bool searchInBase) const in GetProperty() function in panda::es2panda::panda::es2panda::checker::ObjectType
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp405 OperationResult JSSharedArray::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() function in panda::ecmascript::JSSharedArray
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.h529 const PGOLayoutDescInfo *GetProperty() const in GetProperty() function in panda::ecmascript::pgo::ChildHClassLayoutDescInner
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectType.cpp66 varbinder::LocalVariable *ETSObjectType::GetProperty(const util::StringView &name, PropertySearchFlags flags) const in GetProperty() function in ark::es2panda::checker::ETSObjectType
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp520 void GetProperty(Local<ObjectRef> object, EcmaVM *vm) in GetProperty() function

Completed in 41 milliseconds