Home
last modified time | relevance | path

Searched refs:TypeDescrIsSimpleType (Results 1 – 13 of 13) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DTypedObject.h819 MOZ_MUST_USE bool TypeDescrIsSimpleType(JSContext*, unsigned argc, Value* vp);
H A DTypedObject.cpp2421 bool js::TypeDescrIsSimpleType(JSContext*, unsigned argc, Value* vp) { in TypeDescrIsSimpleType() function in js
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DTypedObject.h811 MOZ_MUST_USE bool TypeDescrIsSimpleType(JSContext*, unsigned argc, Value* vp);
H A DTypedObject.cpp2274 bool js::TypeDescrIsSimpleType(JSContext*, unsigned argc, Value* vp) { in TypeDescrIsSimpleType() function in js
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DTypedObject.h825 MOZ_MUST_USE bool TypeDescrIsSimpleType(JSContext*, unsigned argc, Value* vp);
H A DTypedObject.cpp2503 js::TypeDescrIsSimpleType(JSContext*, unsigned argc, Value* vp) in TypeDescrIsSimpleType() function in js
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DTypedObject.h794 bool TypeDescrIsSimpleType(JSContext*, unsigned argc, Value* vp);
H A DTypedObject.cpp2525 js::TypeDescrIsSimpleType(JSContext*, unsigned argc, Value* vp) in TypeDescrIsSimpleType() function in js
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DSelfHosting.cpp1612 JS_INLINABLE_FN("TypeDescrIsSimpleType", js::TypeDescrIsSimpleType, 1, 0,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DSelfHosting.cpp2449 JS_INLINABLE_FN("TypeDescrIsSimpleType", js::TypeDescrIsSimpleType, 1, 0,
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DSelfHosting.cpp2363 JS_INLINABLE_FN("TypeDescrIsSimpleType", js::TypeDescrIsSimpleType, 1, 0,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DSelfHosting.cpp2347 JS_FN("TypeDescrIsSimpleType", js::TypeDescrIsSimpleType, 1, 0),
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/binast/
H A Djit-test.ignore1385 ion/inlining/TypedObject-TypeDescrIsSimpleType.js