Home
last modified time | relevance | path

Searched refs:maybeToDictionaryModeForPut (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DShape.cpp747 /* 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 DNativeObject.h841 static bool maybeToDictionaryModeForPut(JSContext* cx, HandleNativeObject obj,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DShape.cpp983 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 DNativeObject.h878 static bool maybeToDictionaryModeForPut(JSContext* cx, HandleNativeObject obj,