Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp714 … 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()
Djs_object.cpp752 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()
Djs_function.cpp143 [[maybe_unused]] bool mayThrow) in PrototypeSetter()
840 [[maybe_unused]] bool mayThrow) in NameSetter()
Djs_array.cpp36 bool mayThrow) in LengthSetter()
Djs_typed_array.cpp240 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
Dobject_operator.cpp643 bool isInternalAccessor, bool mayThrow) in UpdateDataValue()
Djs_proxy.cpp595 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp273 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty()