Home
last modified time | relevance | path

Searched refs:ObjectIsTypeDescr (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DTypedObject.h807 MOZ_MUST_USE bool ObjectIsTypeDescr(JSContext* cx, unsigned argc, Value* vp);
H A DTypedObject.cpp2405 bool js::ObjectIsTypeDescr(JSContext*, unsigned argc, Value* vp) { in ObjectIsTypeDescr() function in js
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DTypedObject.h783 MOZ_MUST_USE bool ObjectIsTypeDescr(JSContext* cx, unsigned argc, Value* vp);
H A DTypedObject.cpp2240 bool js::ObjectIsTypeDescr(JSContext*, unsigned argc, Value* vp) { in ObjectIsTypeDescr() function in js
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DTypedObject.h800 MOZ_MUST_USE bool ObjectIsTypeDescr(JSContext* cx, unsigned argc, Value* vp);
H A DTypedObject.cpp2463 js::ObjectIsTypeDescr(JSContext*, unsigned argc, Value* vp) in ObjectIsTypeDescr() function in js
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DTypedObject.h769 bool ObjectIsTypeDescr(JSContext* cx, unsigned argc, Value* vp);
H A DTypedObject.cpp2485 js::ObjectIsTypeDescr(JSContext*, unsigned argc, Value* vp) in ObjectIsTypeDescr() function in js
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DSelfHosting.cpp1602 JS_INLINABLE_FN("ObjectIsTypeDescr" , js::ObjectIsTypeDescr, 1, 0,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DSelfHosting.cpp2439 JS_INLINABLE_FN("ObjectIsTypeDescr" , js::ObjectIsTypeDescr, 1, 0,
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DSelfHosting.cpp2352 JS_INLINABLE_FN("ObjectIsTypeDescr", js::ObjectIsTypeDescr, 1, 0,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DSelfHosting.cpp2344 JS_FN("ObjectIsTypeDescr", js::ObjectIsTypeDescr, 1, 0),