Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.h56 …static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedar… in GetProperty() function
61 …static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedar… in GetProperty() function
Djs_proxy.h48 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty() function
Djs_arguments.h47 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSObject> &obj, in GetProperty() function
Djs_arguments.cpp55 OperationResult JSArguments::GetProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetProperty() function in panda::ecmascript::JSArguments
Djs_tagged_value.cpp953 OperationResult JSTaggedValue::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() function in panda::ecmascript::JSTaggedValue
983 OperationResult JSTaggedValue::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, ui… in GetProperty() function in panda::ecmascript::JSTaggedValue
1010 OperationResult JSTaggedValue::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() function in panda::ecmascript::JSTaggedValue
Djs_object-inl.h350 JSTaggedValue JSObject::GetProperty(const JSHClass *hclass, PropertyAttributes attr) const in GetProperty() function
Djs_object.cpp1159 OperationResult JSObject::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() function in panda::ecmascript::JSObject
1169 OperationResult JSObject::GetProperty(JSThread *thread, const JSHandle<JSObject> &obj, in GetProperty() function in panda::ecmascript::JSObject
1179 OperationResult JSObject::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() function in panda::ecmascript::JSObject
1191 OperationResult JSObject::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_… in GetProperty() function in panda::ecmascript::JSObject
1225 JSTaggedValue JSObject::GetProperty(JSThread *thread, ObjectOperator *op) in GetProperty() function in panda::ecmascript::JSObject
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DinterfaceType.h67 varbinder::LocalVariable *GetProperty(const util::StringView &name, in GetProperty() function
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.h68 …binder::LocalVariable *GetProperty(const util::StringView &name, [[maybe_unused]] bool searchInBas… in GetProperty() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_arguments_test.cpp59 HWTEST_F_L0(JsArgumentsTest, GetProperty) in HWTEST_F_L0() argument
Djs_api_deque_test.cpp172 HWTEST_F_L0(JSAPIDequeTest, GetProperty) in HWTEST_F_L0() argument
Djs_api_queue_test.cpp168 HWTEST_F_L0(JSAPIQueueTest, GetProperty) in HWTEST_F_L0() argument
Djs_api_list_test.cpp174 HWTEST_F_L0(JSAPIListTest, GetProperty) in HWTEST_F_L0() argument
Djs_api_linked_list_test.cpp230 HWTEST_F_L0(JSAPILinkedListTest, GetProperty) in HWTEST_F_L0() argument
Djs_api_stack_test.cpp194 HWTEST_F_L0(JSAPIStackTest, GetProperty) in HWTEST_F_L0() argument
Djs_api_plain_array_test.cpp286 HWTEST_F_L0(JSAPIPlainArrayTest, GetProperty) in HWTEST_F_L0() argument
Djs_api_vector_test.cpp217 HWTEST_F_L0(JSAPIVectorTest, GetProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp176 OperationResult JSAPIStack::GetProperty(JSThread *thread, const JSHandle<JSAPIStack> &obj, in GetProperty() function in panda::ecmascript::JSAPIStack
Djs_api_queue.cpp227 OperationResult JSAPIQueue::GetProperty(JSThread *thread, const JSHandle<JSAPIQueue> &obj, in GetProperty() function in panda::ecmascript::JSAPIQueue
Djs_api_deque.cpp273 OperationResult JSAPIDeque::GetProperty(JSThread *thread, const JSHandle<JSAPIDeque> &obj, in GetProperty() function in panda::ecmascript::JSAPIDeque
Djs_api_linked_list.cpp266 OperationResult JSAPILinkedList::GetProperty(JSThread *thread, const JSHandle<JSAPILinkedList> &lis… in GetProperty() function in panda::ecmascript::JSAPILinkedList
Djs_api_list.cpp273 OperationResult JSAPIList::GetProperty(JSThread *thread, const JSHandle<JSAPIList> &list, in GetProperty() function in panda::ecmascript::JSAPIList
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp79 OperationResult ModuleNamespace::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp397 OperationResult JSSharedArray::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty() function in panda::ecmascript::JSSharedArray
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h561 const PGOLayoutDescInfo *GetProperty() const in GetProperty() function

12