Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_arguments.h50 …static inline bool SetProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JST… in SetProperty() function
Djs_arguments.cpp131 bool JSArguments::SetProperty(JSThread *thread, const JSHandle<JSArguments> &args, const JSHandle<J… in SetProperty() function in panda::ecmascript::JSArguments
Djs_tagged_value.cpp540 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty() function in panda::ecmascript::JSTaggedValue
565 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t key, in SetProperty() function in panda::ecmascript::JSTaggedValue
591 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty() function in panda::ecmascript::JSTaggedValue
Djs_object-inl.h236 void JSObject::SetProperty(const JSThread *thread, const JSHClass *hclass, PropertyAttributes attr,… in SetProperty() function
Djs_object.cpp464 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JST… in SetProperty() function in panda::ecmascript::JSObject
475 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagged… in SetProperty() function in panda::ecmascript::JSObject
485 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JST… in SetProperty() function in panda::ecmascript::JSObject
496 bool JSObject::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t index, in SetProperty() function in panda::ecmascript::JSObject
505 bool JSObject::SetProperty(ObjectOperator *op, const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() function in panda::ecmascript::JSObject
Djs_typed_array.cpp226 bool JSTypedArray::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in SetProperty() function in panda::ecmascript::JSTypedArray
Djs_proxy.cpp570 bool JSProxy::SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in SetProperty() function in panda::ecmascript::JSProxy
/ark/js_runtime/ecmascript/tests/
Djs_arguments_test.cpp59 HWTEST_F_L0(JsArgumentsTest, SetProperty) in HWTEST_F_L0() argument
Djs_proxy_test.cpp182 HWTEST_F_L0(JSProxyTest, SetProperty) in HWTEST_F_L0() argument
Djs_object_test.cpp81 HWTEST_F_L0(JSObjectTest, SetProperty) in HWTEST_F_L0() argument
/ark/runtime_core/runtime/tooling/
Ddebugger.h288 …std::optional<Error> SetProperty([[maybe_unused]] PtObject object, [[maybe_unused]] PtProperty pro… in SetProperty() function
/ark/js_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp119 HWTEST_F_L0(JSNApiTests, SetProperty) in HWTEST_F_L0() argument