Home
last modified time | relevance | path

Searched defs:SetProperty (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.h50 …static inline bool SetProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JST… in SetProperty() function
Djs_arguments.cpp66 bool JSArguments::SetProperty(JSThread *thread, const JSHandle<JSArguments> &args, const JSHandle<J… in SetProperty() function in panda::ecmascript::JSArguments
Djs_tagged_value.cpp609 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty() function in panda::ecmascript::JSTaggedValue
638 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t key, in SetProperty() function in panda::ecmascript::JSTaggedValue
668 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty() function in panda::ecmascript::JSTaggedValue
Djs_object-inl.h317 void JSObject::SetProperty(const JSThread *thread, const JSHClass *hclass, PropertyAttributes attr,… in SetProperty() function
Djs_object.cpp636 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JST… in SetProperty() function in panda::ecmascript::JSObject
647 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagged… in SetProperty() function in panda::ecmascript::JSObject
657 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JST… in SetProperty() function in panda::ecmascript::JSObject
668 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t index, in SetProperty() function in panda::ecmascript::JSObject
677 bool JSObject::SetProperty(ObjectOperator *op, const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() function in panda::ecmascript::JSObject
Djs_typed_array.cpp230 bool JSTypedArray::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in SetProperty() function in panda::ecmascript::JSTypedArray
Djs_proxy.cpp609 bool JSProxy::SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in SetProperty() function in panda::ecmascript::JSProxy
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_arguments_test.cpp59 HWTEST_F_L0(JsArgumentsTest, SetProperty) in HWTEST_F_L0() argument
Djs_api_deque_test.cpp239 HWTEST_F_L0(JSAPIDequeTest, SetProperty) in HWTEST_F_L0() argument
Djs_api_queue_test.cpp250 HWTEST_F_L0(JSAPIQueueTest, SetProperty) in HWTEST_F_L0() argument
Djs_api_stack_test.cpp269 HWTEST_F_L0(JSAPIStackTest, SetProperty) in HWTEST_F_L0() argument
Djs_api_list_test.cpp340 HWTEST_F_L0(JSAPIListTest, SetProperty) in HWTEST_F_L0() argument
Djs_api_plain_array_test.cpp355 HWTEST_F_L0(JSAPIPlainArrayTest, SetProperty) in HWTEST_F_L0() argument
Djs_api_linked_list_test.cpp393 HWTEST_F_L0(JSAPILinkedListTest, SetProperty) in HWTEST_F_L0() argument
Djs_api_vector_test.cpp272 HWTEST_F_L0(JSAPIVectorTest, SetProperty) in HWTEST_F_L0() argument
Djs_api_arraylist_test.cpp696 HWTEST_F_L0(JSAPIArrayListTest, SetProperty) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp184 bool JSAPIStack::SetProperty(JSThread *thread, const JSHandle<JSAPIStack> &obj, in SetProperty() function in panda::ecmascript::JSAPIStack
Djs_api_queue.cpp240 bool JSAPIQueue::SetProperty(JSThread *thread, const JSHandle<JSAPIQueue> &obj, in SetProperty() function in panda::ecmascript::JSAPIQueue
Djs_api_deque.cpp292 bool JSAPIDeque::SetProperty(JSThread *thread, const JSHandle<JSAPIDeque> &obj, in SetProperty() function in panda::ecmascript::JSAPIDeque
Djs_api_list.cpp260 bool JSAPIList::SetProperty(JSThread *thread, const JSHandle<JSAPIList> &obj, in SetProperty() function in panda::ecmascript::JSAPIList
Djs_api_linked_list.cpp277 bool JSAPILinkedList::SetProperty(JSThread *thread, const JSHandle<JSAPILinkedList> &obj, in SetProperty() function in panda::ecmascript::JSAPILinkedList
Djs_api_plain_array.cpp204 bool JSAPIPlainArray::SetProperty(JSThread *thread, const JSHandle<JSAPIPlainArray> &obj, in SetProperty() function in panda::ecmascript::JSAPIPlainArray
Djs_api_vector.cpp501 bool JSAPIVector::SetProperty(JSThread *thread, const JSHandle<JSAPIVector> &obj, in SetProperty() function in panda::ecmascript::JSAPIVector
Djs_api_arraylist.cpp455 bool JSAPIArrayList::SetProperty(JSThread *thread, const JSHandle<JSAPIArrayList> &obj, in SetProperty() function in panda::ecmascript::JSAPIArrayList
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp262 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty() function in panda::ecmascript::ModuleNamespace

12