Searched defs:mayThrow (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_tagged_value.cpp | 714 … const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 743 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 774 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|
| D | js_object.cpp | 752 const JSHandle<JSTaggedValue> &value, bool mayThrow) in GlobalSetProperty() 789 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty() 800 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 810 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 821 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 860 … JSHandle<JSTaggedValue> &receiver, bool mayThrow, bool isInternalAccessor) in SetPropertyForDataDescriptor() 937 bool JSObject::SetProperty(ObjectOperator *op, const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 976 const JSHandle<JSTaggedValue> &value, bool mayThrow) in CallSetter()
|
| D | js_function.cpp | 143 [[maybe_unused]] bool mayThrow) in PrototypeSetter() 840 [[maybe_unused]] bool mayThrow) in NameSetter()
|
| D | js_array.cpp | 36 bool mayThrow) in LengthSetter()
|
| D | js_typed_array.cpp | 240 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|
| D | object_operator.cpp | 643 bool isInternalAccessor, bool mayThrow) in UpdateDataValue()
|
| D | js_proxy.cpp | 595 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_namespace.cpp | 273 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty()
|