Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp24 bool JSArguments::GetOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetOwnProperty() function in panda::ecmascript::JSArguments
Djs_typed_array.cpp34 bool JSTypedArray::GetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetOwnProperty() function in panda::ecmascript::JSTypedArray
Djs_proxy.cpp268 bool JSProxy::GetOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTag… in GetOwnProperty() function in panda::ecmascript::JSProxy
Djs_tagged_value.cpp785 bool JSTaggedValue::GetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetOwnProperty() function in panda::ecmascript::JSTaggedValue
Djs_object.cpp950 bool JSObject::GetOwnProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTag… in GetOwnProperty() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_arguments_test.cpp146 HWTEST_F_L0(JsArgumentsTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_deque_test.cpp183 HWTEST_F_L0(JSAPIDequeTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_queue_test.cpp195 HWTEST_F_L0(JSAPIQueueTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_stack_test.cpp203 HWTEST_F_L0(JSAPIStackTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_list_test.cpp285 HWTEST_F_L0(JSAPIListTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_linked_list_test.cpp338 HWTEST_F_L0(JSAPILinkedListTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_vector_test.cpp209 HWTEST_F_L0(JSAPIVectorTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_api_arraylist_test.cpp645 HWTEST_F_L0(JSAPIArrayListTest, GetOwnProperty) in HWTEST_F_L0() argument
Djs_proxy_test.cpp140 HWTEST_F_L0(JSProxyTest, GetOwnProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp139 bool JSAPIStack::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIStack> &obj, in GetOwnProperty() function in panda::ecmascript::JSAPIStack
Djs_api_queue.cpp194 bool JSAPIQueue::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIQueue> &obj, in GetOwnProperty() function in panda::ecmascript::JSAPIQueue
Djs_api_deque.cpp239 bool JSAPIDeque::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIDeque> &deque, in GetOwnProperty() function in panda::ecmascript::JSAPIDeque
Djs_api_list.cpp216 bool JSAPIList::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIList> &list, const JSHandle<JS… in GetOwnProperty() function in panda::ecmascript::JSAPIList
Djs_api_linked_list.cpp231 bool JSAPILinkedList::GetOwnProperty(JSThread *thread, const JSHandle<JSAPILinkedList> &list, in GetOwnProperty() function in panda::ecmascript::JSAPILinkedList
Djs_api_plain_array.cpp167 bool JSAPIPlainArray::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIPlainArray> &obj, in GetOwnProperty() function in panda::ecmascript::JSAPIPlainArray
Djs_api_vector.cpp416 bool JSAPIVector::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIVector> &obj, in GetOwnProperty() function in panda::ecmascript::JSAPIVector
Djs_api_arraylist.cpp402 bool JSAPIArrayList::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIArrayList> &obj, in GetOwnProperty() function in panda::ecmascript::JSAPIArrayList
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp233 bool ModuleNamespace::GetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetOwnProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1439 bool ObjectRef::GetOwnProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute &property) in GetOwnProperty() function in panda::ObjectRef