Home
last modified time | relevance | path

Searched refs:CallAddPropertyHookDense (Results 1 – 7 of 7) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DNativeObject.cpp1017 CallAddPropertyHookDense(ExclusiveContext* cx, HandleNativeObject obj, uint32_t index, in CallAddPropertyHookDense() function
1158 if (!CallAddPropertyHookDense(cx, obj, index, desc.value())) in AddOrChangeProperty()
1186 return CallAddPropertyHookDense(cx, obj, index, desc.value()); in AddOrChangeProperty()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp1088 static MOZ_ALWAYS_INLINE bool CallAddPropertyHookDense(JSContext* cx, in CallAddPropertyHookDense() function
1274 if (!CallAddPropertyHookDense(cx, obj, index, desc.value())) { in AddOrChangeProperty()
1337 return CallAddPropertyHookDense(cx, obj, index, desc.value()); in AddOrChangeProperty()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp1056 static MOZ_ALWAYS_INLINE bool CallAddPropertyHookDense(JSContext* cx, in CallAddPropertyHookDense() function
1186 if (!CallAddPropertyHookDense(cx, obj, index, desc.value())) { in AddOrChangeProperty()
1249 return CallAddPropertyHookDense(cx, obj, index, desc.value()); in AddOrChangeProperty()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject.cpp1084 CallAddPropertyHookDense(ExclusiveContext* cx, HandleNativeObject obj, uint32_t index, in CallAddPropertyHookDense() function
1227 if (!CallAddPropertyHookDense(cx, obj, index, desc.value())) in AddOrChangeProperty()
1255 return CallAddPropertyHookDense(cx, obj, index, desc.value()); in AddOrChangeProperty()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp1088 static MOZ_ALWAYS_INLINE bool CallAddPropertyHookDense(JSContext* cx, in CallAddPropertyHookDense() function
1274 if (!CallAddPropertyHookDense(cx, obj, index, desc.value())) { in AddOrChangeProperty()
1337 return CallAddPropertyHookDense(cx, obj, index, desc.value()); in AddOrChangeProperty()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.cpp1143 static MOZ_ALWAYS_INLINE bool CallAddPropertyHookDense(JSContext* cx, in CallAddPropertyHookDense() function
1355 if (!CallAddPropertyHookDense(cx, obj, index, desc.value())) return false; in AddOrChangeProperty()
1397 return CallAddPropertyHookDense(cx, obj, index, desc.value()); in AddOrChangeProperty()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.cpp1216 static MOZ_ALWAYS_INLINE bool CallAddPropertyHookDense(JSContext* cx, in CallAddPropertyHookDense() function
1437 if (!CallAddPropertyHookDense(cx, obj, index, desc.value())) { in AddOrChangeProperty()
1487 return CallAddPropertyHookDense(cx, obj, index, desc.value()); in AddOrChangeProperty()