Searched refs:getChildDataProperty (Results 1 – 4 of 4) sorted by relevance
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/ |
H A D | Shape.cpp | 259 /* static */ MOZ_ALWAYS_INLINE Shape* NativeObject::getChildDataProperty( in getChildDataProperty() function in NativeObject 543 shape = getChildDataProperty(cx, obj, last, &child); in addDataPropertyInternal() 853 shape = getChildDataProperty(cx, obj, parent, &child); in putDataProperty()
|
H A D | NativeObject.h | 830 static MOZ_ALWAYS_INLINE Shape* getChildDataProperty(
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/ |
H A D | Shape.cpp | 384 /* static */ MOZ_ALWAYS_INLINE Shape* NativeObject::getChildDataProperty( in getChildDataProperty() function in NativeObject 731 shape = getChildDataProperty(cx, obj, last, &child); in addDataPropertyInternal() 1109 shape = getChildDataProperty(cx, obj, parent, &child); in putDataProperty()
|
H A D | NativeObject.h | 867 static MOZ_ALWAYS_INLINE Shape* getChildDataProperty(
|