Searched refs:maybeToDictionaryModeForPut (Results 1 – 4 of 4) sorted by relevance
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/ |
H A D | Shape.cpp | 747 /* static */ bool NativeObject::maybeToDictionaryModeForPut( in maybeToDictionaryModeForPut() function in NativeObject 816 if (!maybeToDictionaryModeForPut(cx, obj, &shape)) return nullptr; in putDataProperty() 911 if (!maybeToDictionaryModeForPut(cx, obj, &shape)) return nullptr; in putAccessorProperty()
|
H A D | NativeObject.h | 841 static bool maybeToDictionaryModeForPut(JSContext* cx, HandleNativeObject obj,
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/ |
H A D | Shape.cpp | 983 bool NativeObject::maybeToDictionaryModeForPut(JSContext* cx, in maybeToDictionaryModeForPut() function in NativeObject 1062 if (!maybeToDictionaryModeForPut(cx, obj, &shape)) { in putDataProperty() 1176 if (!maybeToDictionaryModeForPut(cx, obj, &shape)) { in putAccessorProperty()
|
H A D | NativeObject.h | 878 static bool maybeToDictionaryModeForPut(JSContext* cx, HandleNativeObject obj,
|