Searched defs:mayThrow (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_tagged_value.cpp | 610 … const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 639 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 670 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|
D | js_object.cpp | 600 const JSHandle<JSTaggedValue> &value, bool mayThrow) in GlobalSetProperty() 637 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty() 648 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 658 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 669 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 677 bool JSObject::SetProperty(ObjectOperator *op, const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 796 const JSHandle<JSTaggedValue> &value, bool mayThrow) in CallSetter()
|
D | js_function.cpp | 121 [[maybe_unused]] bool mayThrow) in PrototypeSetter() 722 [[maybe_unused]] bool mayThrow) in NameSetter()
|
D | js_array.cpp | 33 bool mayThrow) in LengthSetter()
|
D | js_typed_array.cpp | 232 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|
D | object_operator.cpp | 477 bool isInternalAccessor, bool mayThrow) in UpdateDataValue()
|
D | js_proxy.cpp | 610 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_namespace.cpp | 262 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty()
|