Home
last modified time | relevance | path

Searched defs:SetProperty (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DmemberExpressionBuilder.h35 MemberExpressionBuilder &SetProperty(Expression *prop) in SetProperty() function in ark::es2panda::ir::MemberExpressionBuilder
/arkcompiler/ets_runtime/ecmascript/
H A Djs_arguments.cpp64 bool JSArguments::SetProperty(JSThread *thread, const JSHandle<JSArguments> &args, const JSHandle<JSTaggedValue> &key, in SetProperty() function in panda::ecmascript::JSArguments
H A Djs_arguments.h50 static inline bool SetProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, in SetProperty() function in panda::ecmascript::JSArguments
H A Djs_proxy.h56 static inline bool SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key, in SetProperty() function in panda::ecmascript::final
H A Djs_typed_array.h69 static inline bool SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in SetProperty() function in panda::ecmascript::JSTypedArray
H A Djs_typed_array.cpp241 bool JSTypedArray::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in SetProperty() function in panda::ecmascript::JSTypedArray
H A Djs_proxy.cpp592 bool JSProxy::SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key, in SetProperty() function in panda::ecmascript::JSProxy
H A Djs_tagged_value.cpp1031 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty() function in panda::ecmascript::JSTaggedValue
1061 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t key, in SetProperty() function in panda::ecmascript::JSTaggedValue
1091 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, SetProperty() function in panda::ecmascript::JSTaggedValue
[all...]
H A Djs_object-inl.h337 void JSObject::SetProperty(const JSThread *thread, const JSHClass *hclass, PropertyAttributes attr, JSTaggedValue value) in SetProperty() function in panda::ecmascript::JSObject
H A Djs_object.cpp844 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, in SetProperty() function in panda::ecmascript::JSObject
855 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, in SetProperty() function in panda::ecmascript::JSObject
865 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, in SetProperty() function in panda::ecmascript::JSObject
879 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t index, in SetProperty() function in panda::ecmascript::JSObject
1002 bool JSObject::SetProperty(ObjectOperator *op, const JSHandle<JSTaggedValue> &value, bool mayThrow) SetProperty() function in panda::ecmascript::JSObject
[all...]
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_stack.cpp211 bool JSAPIStack::SetProperty(JSThread *thread, const JSHandle<JSAPIStack> &obj, in SetProperty() function in panda::ecmascript::JSAPIStack
H A Djs_api_bitvector.cpp514 bool JSAPIBitVector::SetProperty(JSThread* thread, const JSHandle<JSAPIBitVector>& obj, in SetProperty() function in panda::ecmascript::JSAPIBitVector
H A Djs_api_deque.cpp309 bool JSAPIDeque::SetProperty(JSThread *thread, const JSHandle<JSAPIDeque> &obj, in SetProperty() function in panda::ecmascript::JSAPIDeque
H A Djs_api_linked_list.cpp298 bool JSAPILinkedList::SetProperty(JSThread *thread, const JSHandle<JSAPILinkedList> &obj, in SetProperty() function in panda::ecmascript::JSAPILinkedList
H A Djs_api_list.cpp305 bool JSAPIList::SetProperty(JSThread *thread, const JSHandle<JSAPIList> &obj, in SetProperty() function in panda::ecmascript::JSAPIList
H A Djs_api_queue.cpp258 bool JSAPIQueue::SetProperty(JSThread *thread, const JSHandle<JSAPIQueue> &obj, in SetProperty() function in panda::ecmascript::JSAPIQueue
H A Djs_api_arraylist.cpp490 bool JSAPIArrayList::SetProperty(JSThread *thread, const JSHandle<JSAPIArrayList> &obj, in SetProperty() function in panda::ecmascript::JSAPIArrayList
H A Djs_api_vector.cpp499 bool JSAPIVector::SetProperty(JSThread *thread, const JSHandle<JSAPIVector> &obj, in SetProperty() function in panda::ecmascript::JSAPIVector
H A Djs_api_plain_array.cpp259 bool JSAPIPlainArray::SetProperty(JSThread *thread, const JSHandle<JSAPIPlainArray> &obj, in SetProperty() function in panda::ecmascript::JSAPIPlainArray
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp322 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp422 bool JSSharedArray::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty() function in panda::ecmascript::JSSharedArray
441 bool JSSharedArray::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty() function in panda::ecmascript::JSSharedArray
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3843 bool SendableArrayRef::SetProperty(cons function in panda::SendableArrayRef
[all...]

Completed in 32 milliseconds