Searched defs:mayThrow (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.cpp | 36 [[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/ |
| D | js_module_namespace.cpp | 320 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.cpp | 808 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()
|
| D | js_tagged_value.cpp | 1045 … 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()
|
| D | js_function.cpp | 175 [[maybe_unused]] bool mayThrow) in PrototypeSetter() 940 [[maybe_unused]] bool mayThrow) in NameSetter()
|
| D | js_typed_array.cpp | 243 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|
| D | js_array.cpp | 30 bool mayThrow) in LengthSetter()
|
| D | object_operator.cpp | 667 bool isInternalAccessor, bool mayThrow) in UpdateDataValue()
|
| D | js_proxy.cpp | 593 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|