Searched defs:mayThrow (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.cpp | 35 [[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/ |
| D | static_module_proxy_handler.cpp | 243 JSHandle<JSTaggedValue> mayThrow(argv->GetCallArg(FIRST)); in SetProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_namespace.cpp | 329 bool ModuleNamespace::SetProperty(JSThread *thread, bool mayThrow) in SetProperty()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_proxy_stub_builder.cpp | 253 bool mayThrow) in SetProperty()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.cpp | 924 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()
|
| D | js_tagged_value.cpp | 1116 … 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()
|
| D | js_function.cpp | 276 [[maybe_unused]] bool mayThrow) in PrototypeSetter() 1053 [[maybe_unused]] bool mayThrow) in NameSetter()
|
| D | js_typed_array.cpp | 233 const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|
| D | object_operator.cpp | 693 bool isInternalAccessor, bool mayThrow) in UpdateDataValue()
|
| D | js_proxy.cpp | 629 … const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) in SetProperty()
|
| D | js_array.cpp | 30 bool mayThrow) in LengthSetter()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 1335 … 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/ |
| D | runtime_stubs.cpp | 4699 …bool mayThrow = GetArg(argv, argc, 4).ToBoolean(); // 4: means mayThrow exception during JSProxy:… in DEF_RUNTIME_STUBS() local
|