Home
last modified time | relevance | path

Searched refs:obj_getElement (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DTypedObject.h571 static MOZ_MUST_USE bool obj_getElement(JSContext* cx, HandleObject obj,
H A DTypedObject.cpp1855 return obj_getElement(cx, obj, receiver, index, vp); in obj_getProperty()
1896 bool TypedObject::obj_getElement(JSContext* cx, HandleObject obj, in obj_getElement() function in TypedObject
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DTypedObject.h519 static MOZ_MUST_USE bool obj_getElement(JSContext* cx, HandleObject obj,
H A DTypedObject.cpp1567 return obj_getElement(cx, obj, receiver, index, vp); in obj_getProperty()
1614 bool TypedObject::obj_getElement(JSContext* cx, HandleObject obj, in obj_getElement() function in TypedObject
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DTypedObject.h525 static MOZ_MUST_USE bool obj_getElement(JSContext* cx, HandleObject obj, HandleValue receiver,
H A DTypedObject.cpp1773 return obj_getElement(cx, obj, receiver, index, vp); in obj_getProperty()
1821 TypedObject::obj_getElement(JSContext* cx, HandleObject obj, HandleValue receiver, in obj_getElement() function in TypedObject
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DTypedObject.h529 static bool obj_getElement(JSContext* cx, HandleObject obj, HandleValue receiver,
H A DTypedObject.cpp1787 return obj_getElement(cx, obj, receiver, index, vp); in obj_getProperty()
1836 TypedObject::obj_getElement(JSContext* cx, HandleObject obj, HandleValue receiver, in obj_getElement() function in TypedObject