Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp35 [[maybe_unused]] bool mayThrow) in DummyLengthSetter()
42 bool mayThrow) in LengthSetter()
414 … const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow, in SetProperty()
433 uint32_t index, const JSHandle<JSTaggedValue> &value, bool mayThrow, in SetProperty()
/arkcompiler/ets_runtime/ecmascript/module/static/
Dstatic_module_proxy_handler.cpp243 JSHandle<JSTaggedValue> mayThrow(argv->GetCallArg(FIRST)); in SetProperty() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp329 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_proxy_stub_builder.cpp253 bool mayThrow) in SetProperty()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp924 JSHandle<JSTaggedValue> value, bool mayThrow) in GlobalSetProperty()
961 … JSHandle<JSTaggedValue> value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
972 JSHandle<JSTaggedValue> value, bool mayThrow) in SetProperty()
982 JSHandle<JSTaggedValue> value, bool mayThrow, SCheckMode sCheckMode) in SetProperty()
996 JSHandle<JSTaggedValue> value, bool mayThrow) in SetProperty()
1035 … JSHandle<JSTaggedValue> &receiver, bool mayThrow, bool isInternalAccessor) in SetPropertyForDataDescriptor()
1123 bool JSObject::SetProperty(ObjectOperator *op, JSHandle<JSTaggedValue> value, bool mayThrow) in SetProperty()
1207 const JSHandle<JSTaggedValue> &value, bool mayThrow) in CallSetter()
Djs_tagged_value.cpp1116 … const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow, in SetProperty()
1146 const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty()
1177 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
Djs_function.cpp276 [[maybe_unused]] bool mayThrow) in PrototypeSetter()
1053 [[maybe_unused]] bool mayThrow) in NameSetter()
Djs_typed_array.cpp233 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
Dobject_operator.cpp693 bool isInternalAccessor, bool mayThrow) in UpdateDataValue()
Djs_proxy.cpp629 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
Djs_array.cpp30 bool mayThrow) in LengthSetter()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1335 … glue, GateRef receiver, GateRef accessor, GateRef value, ProfileOperation callback, bool mayThrow) in CallSetterHelper()
4795 … ProfileOperation callback, bool defineSemantics, bool mayThrow) in SetPropertyByIndex()
5193 bool mayThrow) in SetPropertyByName()
5871 bool mayThrow) in SetPropertyByValue()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4699 …bool mayThrow = GetArg(argv, argc, 4).ToBoolean(); // 4: means mayThrow exception during JSProxy:… in DEF_RUNTIME_STUBS() local