Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp36 [[maybe_unused]] bool mayThrow) in DummyLengthSetter()
43 bool mayThrow) in LengthSetter()
422 … const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow, in SetProperty()
441 uint32_t index, const JSHandle<JSTaggedValue> &value, bool mayThrow, in SetProperty()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp320 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp808 const JSHandle<JSTaggedValue> &value, bool mayThrow) in GlobalSetProperty()
845 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
856 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty()
866 … const JSHandle<JSTaggedValue> &value, bool mayThrow, SCheckMode sCheckMode) in SetProperty()
880 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty()
919 … JSHandle<JSTaggedValue> &receiver, bool mayThrow, bool isInternalAccessor) in SetPropertyForDataDescriptor()
1002 bool JSObject::SetProperty(ObjectOperator *op, const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty()
1041 const JSHandle<JSTaggedValue> &value, bool mayThrow) in CallSetter()
Djs_tagged_value.cpp1045 … const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow, in SetProperty()
1075 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty()
1106 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
Djs_function.cpp175 [[maybe_unused]] bool mayThrow) in PrototypeSetter()
940 [[maybe_unused]] bool mayThrow) in NameSetter()
Djs_typed_array.cpp243 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
Djs_array.cpp30 bool mayThrow) in LengthSetter()
Dobject_operator.cpp667 bool isInternalAccessor, bool mayThrow) in UpdateDataValue()
Djs_proxy.cpp593 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()