Searched defs:mayThrow (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_tagged_value.cpp | 601 … const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 630 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 661 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|
| D | js_object.cpp | 473 const JSHandle<JSTaggedValue> &value, bool mayThrow) in GlobalSetProperty() 510 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty() 521 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 531 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 542 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 550 bool JSObject::SetProperty(ObjectOperator *op, const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 664 const JSHandle<JSTaggedValue> &value, bool mayThrow) in CallSetter()
|
| D | js_function.cpp | 125 [[maybe_unused]] bool mayThrow) in PrototypeSetter() 623 [[maybe_unused]] bool mayThrow) in NameSetter()
|
| D | js_array.cpp | 33 bool mayThrow) in LengthSetter()
|
| D | js_typed_array.cpp | 229 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|
| D | object_operator.cpp | 424 bool isInternalAccessor, bool mayThrow) in UpdateDataValue()
|
| D | js_proxy.cpp | 597 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_namespace.cpp | 242 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty()
|