Home
last modified time | relevance | path

Searched defs:GetOwnProperty (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp22 bool JSArguments::GetOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetOwnProperty() function in panda::ecmascript::JSArguments
Djs_typed_array.cpp35 bool JSTypedArray::GetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetOwnProperty() function in panda::ecmascript::JSTypedArray
Djs_proxy.cpp270 bool JSProxy::GetOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTag… in GetOwnProperty() function in panda::ecmascript::JSProxy
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_arguments_test.cpp123 HWTEST_F_L0(JsArgumentsTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_deque_test.cpp137 HWTEST_F_L0(JSAPIDequeTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_queue_test.cpp142 HWTEST_F_L0(JSAPIQueueTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_list_test.cpp140 HWTEST_F_L0(JSAPIListTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_linked_list_test.cpp196 HWTEST_F_L0(JSAPILinkedListTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_stack_test.cpp160 HWTEST_F_L0(JSAPIStackTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_vector_test.cpp183 HWTEST_F_L0(JSAPIVectorTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_arraylist_test.cpp621 HWTEST_F_L0(JSAPIArrayListTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_bitvector_test.cpp523 HWTEST_F_L0(JSAPIBitVectorTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_proxy_test.cpp126 HWTEST_F_L0(JSProxyTest, GetOwnProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp142 bool JSAPIStack::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIStack> &obj, in GetOwnProperty() function in panda::ecmascript::JSAPIStack
Djs_api_queue.cpp193 bool JSAPIQueue::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIQueue> &obj, in GetOwnProperty() function in panda::ecmascript::JSAPIQueue
Djs_api_deque.cpp235 bool JSAPIDeque::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIDeque> &deque, in GetOwnProperty() function in panda::ecmascript::JSAPIDeque
Djs_api_list.cpp248 bool JSAPIList::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIList> &list, const JSHandle<JS… in GetOwnProperty() function in panda::ecmascript::JSAPIList
Djs_api_linked_list.cpp234 bool JSAPILinkedList::GetOwnProperty(JSThread *thread, const JSHandle<JSAPILinkedList> &list, in GetOwnProperty() function in panda::ecmascript::JSAPILinkedList
Djs_api_vector.cpp414 bool JSAPIVector::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIVector> &obj, in GetOwnProperty() function in panda::ecmascript::JSAPIVector
Djs_api_arraylist.cpp419 bool JSAPIArrayList::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIArrayList> &obj, in GetOwnProperty() function in panda::ecmascript::JSAPIArrayList
Djs_api_plain_array.cpp197 bool JSAPIPlainArray::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIPlainArray> &obj, in GetOwnProperty() function in panda::ecmascript::JSAPIPlainArray
Djs_api_bitvector.cpp463 bool JSAPIBitVector::GetOwnProperty( in GetOwnProperty() function in panda::ecmascript::JSAPIBitVector
/arkcompiler/ets_runtime/ecmascript/module/static/
Dstatic_module_proxy_handler.cpp227 JSTaggedValue StaticModuleProxyHandler::GetOwnProperty(EcmaRuntimeCallInfo *argv) in GetOwnProperty() function in panda::ecmascript::StaticModuleProxyHandler
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp300 bool ModuleNamespace::GetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetOwnProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.h310 varbinder::LocalVariable *GetOwnProperty(const util::StringView &name) const in GetOwnProperty() function

12