Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp601 … 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()
Djs_object.cpp473 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()
Djs_function.cpp125 [[maybe_unused]] bool mayThrow) in PrototypeSetter()
623 [[maybe_unused]] bool mayThrow) in NameSetter()
Djs_array.cpp33 bool mayThrow) in LengthSetter()
Djs_typed_array.cpp229 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
Dobject_operator.cpp424 bool isInternalAccessor, bool mayThrow) in UpdateDataValue()
Djs_proxy.cpp597 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp242 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty()