Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DShape.cpp259 /* 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 DNativeObject.h830 static MOZ_ALWAYS_INLINE Shape* getChildDataProperty(
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DShape.cpp384 /* 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 DNativeObject.h867 static MOZ_ALWAYS_INLINE Shape* getChildDataProperty(