Home
last modified time | relevance | path

Searched defs:mayThrow (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp322 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty() argument
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp33 DummyLengthSetter([[maybe_unused]] JSThread *thread, [[maybe_unused]] const JSHandle<JSObject> &self, [[maybe_unused]] const JSHandle<JSTaggedValue> &value, [[maybe_unused]] bool mayThrow) DummyLengthSetter() argument
42 LengthSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<JSTaggedValue> &value, bool mayThrow) LengthSetter() argument
422 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow, SCheckMode sCheckMode) SetProperty() argument
441 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t index, const JSHandle<JSTaggedValue> &value, bool mayThrow, SCheckMode sCheckMode) SetProperty() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_typed_array.cpp241 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) SetProperty() argument
H A Djs_proxy.cpp592 SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) SetProperty() argument
H A Dobject_operator.cpp665 UpdateDataValue(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value, bool isInternalAccessor, bool mayThrow) UpdateDataValue() argument
H A Djs_array.cpp29 LengthSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<JSTaggedValue> &value, bool mayThrow) LengthSetter() argument
H A Djs_tagged_value.cpp1031 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow, SCheckMode checkMode) SetProperty() argument
1061 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t key, const JSHandle<JSTaggedValue> &value, bool mayThrow) SetProperty() argument
1091 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) SetProperty() argument
[all...]
H A Djs_function.cpp174 PrototypeSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<JSTaggedValue> &value, [[maybe_unused]] bool mayThrow) PrototypeSetter() argument
942 NameSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<JSTaggedValue> &value, [[maybe_unused]] bool mayThrow) NameSetter() argument
H A Djs_object.cpp807 GlobalSetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow) GlobalSetProperty() argument
844 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) SetProperty() argument
855 SetProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow) SetProperty() argument
865 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow, SCheckMode sCheckMode) SetProperty() argument
879 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t index, const JSHandle<JSTaggedValue> &value, bool mayThrow) SetProperty() argument
918 SetPropertyForDataDescriptor(ObjectOperator *op, const JSHandle<JSTaggedValue> &value, JSHandle<JSTaggedValue> &receiver, bool mayThrow, bool isInternalAccessor) SetPropertyForDataDescriptor() argument
1002 SetProperty(ObjectOperator *op, const JSHandle<JSTaggedValue> &value, bool mayThrow) SetProperty() argument
1040 CallSetter(JSThread *thread, const AccessorData &accessor, const JSHandle<JSTaggedValue> &receiver, const JSHandle<JSTaggedValue> &value, bool mayThrow) CallSetter() argument
[all...]

Completed in 17 milliseconds