Home
last modified time | relevance | path

Searched refs:StandardProtoKeyOrNull (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DErrorObject.cpp174 while (!IsErrorProtoKey(StandardProtoKeyOrNull(target))) { in FindErrorInstanceOrPrototype()
H A DJSObject.cpp2008 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardInstance()
2016 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardPrototype()
2022 return StandardProtoKeyOrNull(obj); in IdentifyStandardInstanceOrPrototype()
2731 if (StandardProtoKeyOrNull(obj) == JSProto_Array && in DefineFunctionFromSpec()
H A DGlobalObject.h937 inline JSProtoKey StandardProtoKeyOrNull(const JSObject* obj) { in StandardProtoKeyOrNull() function
H A DSelfHosting.cpp1877 JSProtoKey protoKey = StandardProtoKeyOrNull(object); in intrinsic_ConstructorForTypedArray()
1905 JSProtoKey protoKey = StandardProtoKeyOrNull(object); in intrinsic_NameForTypedArray()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DJSObject.cpp1483 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardInstance()
1493 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardPrototype()
1501 return StandardProtoKeyOrNull(obj); in IdentifyStandardInstanceOrPrototype()
2223 if (ShouldIgnorePropertyDefinition(cx, StandardProtoKeyOrNull(obj), id)) { in DefineFunctionFromSpec()
H A DErrorObject.cpp659 while (!IsErrorProtoKey(StandardProtoKeyOrNull(target))) { in FindErrorInstanceOrPrototype()
H A DGlobalObject.h1184 inline JSProtoKey StandardProtoKeyOrNull(const JSObject* obj) { in StandardProtoKeyOrNull() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DErrorObject.cpp660 while (!IsErrorProtoKey(StandardProtoKeyOrNull(target))) { in FindErrorInstanceOrPrototype()
H A DJSObject.cpp1818 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardInstance()
1828 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardPrototype()
1836 return StandardProtoKeyOrNull(obj); in IdentifyStandardInstanceOrPrototype()
2523 if (ShouldIgnorePropertyDefinition(cx, StandardProtoKeyOrNull(obj), id)) { in DefineFunctionFromSpec()
H A DGlobalObject.h983 inline JSProtoKey StandardProtoKeyOrNull(const JSObject* obj) { in StandardProtoKeyOrNull() function
H A DTypedArrayObject.cpp1555 JSProtoKey protoKey = StandardProtoKeyOrNull(obj); in TypedArray_toStringTagGetter()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DErrorObject.cpp660 while (!IsErrorProtoKey(StandardProtoKeyOrNull(target))) { in FindErrorInstanceOrPrototype()
H A DJSObject.cpp1818 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardInstance()
1828 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardPrototype()
1836 return StandardProtoKeyOrNull(obj); in IdentifyStandardInstanceOrPrototype()
2523 if (ShouldIgnorePropertyDefinition(cx, StandardProtoKeyOrNull(obj), id)) { in DefineFunctionFromSpec()
H A DGlobalObject.h983 inline JSProtoKey StandardProtoKeyOrNull(const JSObject* obj) { in StandardProtoKeyOrNull() function
H A DTypedArrayObject.cpp1555 JSProtoKey protoKey = StandardProtoKeyOrNull(obj); in TypedArray_toStringTagGetter()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DErrorObject.cpp590 while (!IsErrorProtoKey(StandardProtoKeyOrNull(target))) { in FindErrorInstanceOrPrototype()
H A DJSObject.cpp2098 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardInstance()
2108 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardPrototype()
2116 return StandardProtoKeyOrNull(obj); in IdentifyStandardInstanceOrPrototype()
2854 if (ShouldIgnorePropertyDefinition(cx, StandardProtoKeyOrNull(obj), id)) { in DefineFunctionFromSpec()
H A DGlobalObject.h972 inline JSProtoKey StandardProtoKeyOrNull(const JSObject* obj) { in StandardProtoKeyOrNull() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DGlobalObject.h937 StandardProtoKeyOrNull(const JSObject* obj) in StandardProtoKeyOrNull() function
H A DSelfHosting.cpp1208 JSProtoKey protoKey = StandardProtoKeyOrNull(object); in intrinsic_ConstructorForTypedArray()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DGlobalObject.h1004 StandardProtoKeyOrNull(const JSObject* obj) in StandardProtoKeyOrNull() function
H A DSelfHosting.cpp1956 JSProtoKey protoKey = StandardProtoKeyOrNull(object);
1986 JSProtoKey protoKey = StandardProtoKeyOrNull(object);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsobj.cpp2023 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardInstance()
2034 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardPrototype()
2043 return StandardProtoKeyOrNull(obj); in IdentifyStandardInstanceOrPrototype()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsobj.cpp2046 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardInstance()
2057 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardPrototype()
2066 return StandardProtoKeyOrNull(obj); in IdentifyStandardInstanceOrPrototype()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DRegExp.cpp534 return StandardProtoKeyOrNull(&v.toObject()) == JSProto_RegExp; in IsRegExpPrototype()

12