Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp610 … 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()
Djs_object.cpp600 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()
Djs_function.cpp121 [[maybe_unused]] bool mayThrow) in PrototypeSetter()
722 [[maybe_unused]] bool mayThrow) in NameSetter()
Djs_array.cpp33 bool mayThrow) in LengthSetter()
Djs_typed_array.cpp232 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
Dobject_operator.cpp477 bool isInternalAccessor, bool mayThrow) in UpdateDataValue()
Djs_proxy.cpp610 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp262 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty()