Home
last modified time | relevance | path

Searched refs:NativeSetProperty (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DObjectOperations-inl.h283 return NativeSetProperty<Qualified>(cx, obj.as<NativeObject>(), id, v, in SetProperty()
H A DNativeObject.cpp2817 bool js::NativeSetProperty(JSContext* cx, HandleNativeObject obj, HandleId id, in NativeSetProperty() function in js
2883 template bool js::NativeSetProperty<Qualified>(JSContext* cx,
2889 template bool js::NativeSetProperty<Unqualified>(JSContext* cx,
2902 return NativeSetProperty<Qualified>(cx, obj, id, v, receiver, result); in NativeSetElement()
H A DInterpreter-inl.h302 ok = NativeSetProperty<Unqualified>(cx, varobj, id, val, receiver, result); in SetNameOperation()
H A DNativeObject.h1595 extern bool NativeSetProperty(JSContext* cx, HandleNativeObject obj,
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp2583 bool js::NativeSetProperty(JSContext* cx, HandleNativeObject obj, HandleId id, in NativeSetProperty() function in js
2653 template bool js::NativeSetProperty<Qualified>(JSContext* cx,
2659 template bool js::NativeSetProperty<Unqualified>(JSContext* cx,
2672 return NativeSetProperty<Qualified>(cx, obj, id, v, receiver, result); in NativeSetElement()
H A DObjectOperations-inl.h300 return NativeSetProperty<Qualified>(cx, obj.as<NativeObject>(), id, v, in SetProperty()
H A DInterpreter-inl.h273 ok = NativeSetProperty<Unqualified>(cx, varobj, id, val, receiver, result); in SetNameOperation()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp2501 bool js::NativeSetProperty(JSContext* cx, HandleNativeObject obj, HandleId id, in NativeSetProperty() function in js
2571 template bool js::NativeSetProperty<Qualified>(JSContext* cx,
2577 template bool js::NativeSetProperty<Unqualified>(JSContext* cx,
2590 return NativeSetProperty<Qualified>(cx, obj, id, v, receiver, result); in NativeSetElement()
H A DObjectOperations-inl.h308 return NativeSetProperty<Qualified>(cx, obj.as<NativeObject>(), id, v, in SetProperty()
H A DInterpreter-inl.h270 ok = NativeSetProperty<Unqualified>(cx, varobj, id, val, receiver, result); in SetNameOperation()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp2583 bool js::NativeSetProperty(JSContext* cx, HandleNativeObject obj, HandleId id, in NativeSetProperty() function in js
2653 template bool js::NativeSetProperty<Qualified>(JSContext* cx,
2659 template bool js::NativeSetProperty<Unqualified>(JSContext* cx,
2672 return NativeSetProperty<Qualified>(cx, obj, id, v, receiver, result); in NativeSetElement()
H A DObjectOperations-inl.h300 return NativeSetProperty<Qualified>(cx, obj.as<NativeObject>(), id, v, in SetProperty()
H A DInterpreter-inl.h273 ok = NativeSetProperty<Unqualified>(cx, varobj, id, val, receiver, result); in SetNameOperation()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.cpp2608 bool js::NativeSetProperty(JSContext* cx, HandleNativeObject obj, HandleId id, in NativeSetProperty() function in js
2670 template bool js::NativeSetProperty<Qualified>(JSContext* cx,
2676 template bool js::NativeSetProperty<Unqualified>(JSContext* cx,
2687 return NativeSetProperty<Qualified>(cx, obj, id, v, receiver, result); in NativeSetElement()
H A DNativeObject.h1517 extern bool NativeSetProperty(JSContext* cx, HandleNativeObject obj,
1603 return NativeSetProperty<Qualified>(cx, obj.as<NativeObject>(), id, v, in SetProperty()
H A DInterpreter-inl.h316 ok = NativeSetProperty<Unqualified>(cx, varobj, id, val, receiver, result); in SetNameOperation()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject.h1437 NativeSetProperty(JSContext* cx, HandleNativeObject obj, HandleId id, HandleValue v,
1540 return NativeSetProperty(cx, obj.as<NativeObject>(), id, v, receiver, Qualified, result); in SetProperty()
H A DInterpreter-inl.h287 ok = NativeSetProperty(cx, varobj, id, val, receiver, Unqualified, result);
H A DNativeObject.cpp2441 js::NativeSetProperty(JSContext* cx, HandleNativeObject obj, HandleId id, HandleValue value, in NativeSetProperty() function in js
2516 return NativeSetProperty(cx, obj, id, v, receiver, Qualified, result); in NativeSetElement()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DNativeObject.h1388 NativeSetProperty(JSContext* cx, HandleNativeObject obj, HandleId id, HandleValue v,
1488 return NativeSetProperty(cx, obj.as<NativeObject>(), id, v, receiver, Qualified, result); in SetProperty()
H A DInterpreter-inl.h282 ok = NativeSetProperty(cx, scope.as<NativeObject>(), id, val, receiver, Unqualified, in SetNameOperation()
H A DNativeObject.cpp2292 js::NativeSetProperty(JSContext* cx, HandleNativeObject obj, HandleId id, HandleValue value, in NativeSetProperty() function in js
2367 return NativeSetProperty(cx, obj, id, v, receiver, Qualified, result); in NativeSetElement()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DVMFunctions.cpp475 if (!NativeSetProperty<Unqualified>(cx, obj.as<NativeObject>(), id, value, in SetProperty()
480 if (!NativeSetProperty<Qualified>(cx, obj.as<NativeObject>(), id, value, in SetProperty()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DVMFunctions.cpp604 if (!NativeSetProperty<Unqualified>(cx, obj.as<NativeObject>(), id, value, in SetProperty()
609 if (!NativeSetProperty<Qualified>(cx, obj.as<NativeObject>(), id, value, in SetProperty()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DVMFunctions.cpp448 if (!NativeSetProperty( in staticAdjustInputs()

12