Home
last modified time | relevance | path

Searched refs:NativeLookupOwnProperty (Results 1 – 25 of 43) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp1043 bool js::NativeLookupOwnProperty( in NativeLookupOwnProperty() function in js
1049 template bool js::NativeLookupOwnProperty<CanGC>(JSContext* cx,
1054 template bool js::NativeLookupOwnProperty<NoGC>(JSContext* cx,
1553 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in NativeDefineProperty()
1976 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in NativeGetOwnPropertyDescriptor()
2697 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in NativeDeleteProperty()
H A DInterpreter-inl.h200 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, in HasOwnProperty()
H A DArgumentsObject.cpp754 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in DefineMappedIndex()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp1011 bool js::NativeLookupOwnProperty( in NativeLookupOwnProperty() function in js
1017 template bool js::NativeLookupOwnProperty<CanGC>(JSContext* cx,
1022 template bool js::NativeLookupOwnProperty<NoGC>(JSContext* cx,
1478 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in NativeDefineProperty()
1906 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in NativeGetOwnPropertyDescriptor()
2619 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in NativeDeleteProperty()
H A DInterpreter-inl.h203 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, in HasOwnProperty()
H A DArgumentsObject.cpp756 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in DefineMappedIndex()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject.cpp1047 js::NativeLookupOwnProperty(ExclusiveContext* cx, in NativeLookupOwnProperty() function in js
1057 js::NativeLookupOwnProperty<CanGC>(ExclusiveContext* cx, HandleNativeObject obj, HandleId id,
1061 js::NativeLookupOwnProperty<NoGC>(ExclusiveContext* cx, NativeObject* const& obj, const jsid& id,
1434 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &shape)) in NativeDefineProperty()
1740 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &shape)) in NativeGetOwnPropertyDescriptor()
2528 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &shape)) in NativeDeleteProperty()
H A DNativeObject.h1452 NativeLookupOwnProperty(ExclusiveContext* cx,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp1043 bool js::NativeLookupOwnProperty( in NativeLookupOwnProperty() function in js
1049 template bool js::NativeLookupOwnProperty<CanGC>(JSContext* cx,
1054 template bool js::NativeLookupOwnProperty<NoGC>(JSContext* cx,
1553 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in NativeDefineProperty()
1976 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in NativeGetOwnPropertyDescriptor()
2697 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in NativeDeleteProperty()
H A DInterpreter-inl.h200 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, in HasOwnProperty()
H A DArgumentsObject.cpp754 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in DefineMappedIndex()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.cpp1109 bool js::NativeLookupOwnProperty( in NativeLookupOwnProperty() function in js
1117 template bool js::NativeLookupOwnProperty<CanGC>(
1121 template bool js::NativeLookupOwnProperty<NoGC>(
1598 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) return false; in NativeDefineProperty()
1971 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) return false; in NativeGetOwnPropertyDescriptor()
2697 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) return false; in NativeDeleteProperty()
H A DInterpreter-inl.h241 if (obj->isNative() && NativeLookupOwnProperty<NoGC>( in HasOwnProperty()
H A DNativeObject.h1531 extern bool NativeLookupOwnProperty(
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.cpp1182 bool js::NativeLookupOwnProperty( in NativeLookupOwnProperty() function in js
1190 template bool js::NativeLookupOwnProperty<CanGC>(
1194 template bool js::NativeLookupOwnProperty<NoGC>(
1734 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in NativeDefineProperty()
2195 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in NativeGetOwnPropertyDescriptor()
2912 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &prop)) { in NativeDeleteProperty()
H A DInterpreter-inl.h229 if (obj->isNative() && NativeLookupOwnProperty<NoGC>( in HasOwnProperty()
H A DNativeObject.h1609 extern bool NativeLookupOwnProperty(
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DNativeObject.cpp980 js::NativeLookupOwnProperty(ExclusiveContext* cx, in NativeLookupOwnProperty() function in js
990 js::NativeLookupOwnProperty<CanGC>(ExclusiveContext* cx, HandleNativeObject obj, HandleId id,
994 js::NativeLookupOwnProperty<NoGC>(ExclusiveContext* cx, NativeObject* obj, jsid id,
1358 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &shape)) in NativeDefineProperty()
2379 if (!NativeLookupOwnProperty<CanGC>(cx, obj, id, &shape)) in NativeDeleteProperty()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DObject.cpp74 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, &shape)) in obj_propertyIsEnumerable()
530 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, &prop)) in obj_hasOwnProperty()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DObject.cpp73 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, &shape)) in obj_propertyIsEnumerable()
585 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, &prop)) in obj_hasOwnProperty()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DObject.cpp91 if (obj->isNative() && NativeLookupOwnProperty<NoGC>( in obj_propertyIsEnumerable()
746 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, &prop)) { in PropertyIsEnumerable()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DObject.cpp101 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, in obj_propertyIsEnumerable()
787 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, &prop)) { in PropertyIsEnumerable()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DObject.cpp109 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, in obj_propertyIsEnumerable()
806 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, &prop)) { in PropertyIsEnumerable()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DObject.cpp72 if (obj->isNative() && NativeLookupOwnProperty<NoGC>( in obj_propertyIsEnumerable()
599 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, &prop)) { in PropertyIsEnumerable()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DObject.cpp101 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, in obj_propertyIsEnumerable()
787 NativeLookupOwnProperty<NoGC>(cx, &obj->as<NativeObject>(), id, &prop)) { in PropertyIsEnumerable()

12