Home
last modified time | relevance | path

Searched refs:lookupPure (Results 1 – 25 of 108) sorted by relevance

12345

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DErrorObject.cpp62 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().fileName))->slot() == FILENAME_SLOT); in init()
63 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().lineNumber))->slot() == LINENUMBER_SLOT); in init()
64 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().columnNumber))->slot() == in init()
67 obj->lookupPure(NameToId(cx->names().message))->slot() == MESSAGE_SLOT); in init()
H A DNativeObject.h679 Shape* lookupPure(jsid id);
680 Shape* lookupPure(PropertyName* name) { in lookupPure() function
681 return lookupPure(NameToId(name)); in lookupPure()
685 return lookupPure(id) != nullptr; in containsPure()
691 return lookupPure(shape->propid()) == shape; in containsPure()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DShape-inl.h60 MOZ_ALWAYS_INLINE PropMap* Shape::lookupPure(PropertyKey key, uint32_t* index) { in lookupPure() function
62 return len > 0 ? propMap_->lookupPure(len, key, index) : nullptr; in lookupPure()
H A DErrorObject.cpp520 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().fileName))->slot() == in init()
522 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().lineNumber))->slot() == in init()
524 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().columnNumber))->slot() == in init()
528 obj->lookupPure(NameToId(cx->names().message))->slot() == MESSAGE_SLOT); in init()
531 obj->lookupPure(NameToId(cx->names().cause))->slot() == CAUSE_SLOT); in init()
H A DRegExpObject.h110 MOZ_ASSERT(lookupPure(cx->names().lastIndex)->writable(), in zeroLastIndex()
H A DNativeObject.h891 mozilla::Maybe<PropertyInfo> lookupPure(jsid id);
892 mozilla::Maybe<PropertyInfo> lookupPure(PropertyName* name) { in lookupPure() function
893 return lookupPure(NameToId(name)); in lookupPure()
896 bool containsPure(jsid id) { return lookupPure(id).isSome(); } in containsPure()
899 mozilla::Maybe<PropertyInfo> found = lookupPure(id); in containsPure()
H A DPropMap-inl.h116 MOZ_ALWAYS_INLINE PropMap* PropMap::lookupPure(uint32_t mapLength, in lookupPure() function
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DShape-inl.h60 MOZ_ALWAYS_INLINE PropMap* Shape::lookupPure(PropertyKey key, uint32_t* index) { in lookupPure() function
62 return len > 0 ? propMap_->lookupPure(len, key, index) : nullptr; in lookupPure()
H A DRecordType.cpp103 mozilla::Maybe<PropertyInfo> prop = lookupPure(key); in initializeNextProperty()
232 mozilla::Maybe<PropertyInfo> prop = lookupPure(AtomToId(&key)); in hash()
255 mozilla::Maybe<PropertyInfo> prop = lookupPure(AtomToId(&key)); in ensureAtomized()
313 mozilla::Maybe<PropertyInfo> lhsProp = lhs->lookupPure(AtomToId(key)); in sameValueZero()
319 mozilla::Maybe<PropertyInfo> rhsProp = rhs->lookupPure(AtomToId(key)); in sameValueZero()
H A DGlobalObject-inl.h21 MOZ_ASSERT(holder->lookupPure(name).isNothing(), in setIntrinsicValue()
H A DErrorObject.cpp519 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().fileName))->slot() == in init()
521 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().lineNumber))->slot() == in init()
523 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().columnNumber))->slot() == in init()
527 obj->lookupPure(NameToId(cx->names().message))->slot() == MESSAGE_SLOT); in init()
530 obj->lookupPure(NameToId(cx->names().cause))->slot() == CAUSE_SLOT); in init()
H A DRegExpObject.h112 MOZ_ASSERT(lookupPure(cx->names().lastIndex)->writable(), in zeroLastIndex()
H A DNativeObject.h924 mozilla::Maybe<PropertyInfo> lookupPure(jsid id);
925 mozilla::Maybe<PropertyInfo> lookupPure(PropertyName* name) { in lookupPure() function
926 return lookupPure(NameToId(name)); in lookupPure()
929 bool containsPure(jsid id) { return lookupPure(id).isSome(); } in containsPure()
932 mozilla::Maybe<PropertyInfo> found = lookupPure(id); in containsPure()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DShape-inl.h60 MOZ_ALWAYS_INLINE PropMap* Shape::lookupPure(PropertyKey key, uint32_t* index) { in lookupPure() function
62 return len > 0 ? propMap_->lookupPure(len, key, index) : nullptr; in lookupPure()
H A DErrorObject.cpp520 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().fileName))->slot() == in init()
522 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().lineNumber))->slot() == in init()
524 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().columnNumber))->slot() == in init()
528 obj->lookupPure(NameToId(cx->names().message))->slot() == MESSAGE_SLOT); in init()
531 obj->lookupPure(NameToId(cx->names().cause))->slot() == CAUSE_SLOT); in init()
H A DRegExpObject.h110 MOZ_ASSERT(lookupPure(cx->names().lastIndex)->writable(), in zeroLastIndex()
H A DNativeObject.h891 mozilla::Maybe<PropertyInfo> lookupPure(jsid id);
892 mozilla::Maybe<PropertyInfo> lookupPure(PropertyName* name) { in lookupPure() function
893 return lookupPure(NameToId(name)); in lookupPure()
896 bool containsPure(jsid id) { return lookupPure(id).isSome(); } in containsPure()
899 mozilla::Maybe<PropertyInfo> found = lookupPure(id); in containsPure()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DErrorObject.cpp66 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().fileName))->slot() == FILENAME_SLOT); in init()
67 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().lineNumber))->slot() == LINENUMBER_SLOT); in init()
68 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().columnNumber))->slot() == in init()
71 obj->lookupPure(NameToId(cx->names().message))->slot() == MESSAGE_SLOT); in init()
H A DNativeObject.h707 Shape* lookupPure(jsid id);
708 Shape* lookupPure(PropertyName* name) { in lookupPure() function
709 return lookupPure(NameToId(name)); in lookupPure()
713 return lookupPure(id) != nullptr; in containsPure()
719 return lookupPure(shape->propid()) == shape; in containsPure()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DErrorObject.cpp65 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().fileName))->slot() == in init()
67 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().lineNumber))->slot() == in init()
69 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().columnNumber))->slot() == in init()
73 obj->lookupPure(NameToId(cx->names().message))->slot() == MESSAGE_SLOT); in init()
H A DNativeObject.h809 Shape* lookupPure(jsid id);
810 Shape* lookupPure(PropertyName* name) { return lookupPure(NameToId(name)); } in lookupPure() function
812 bool containsPure(jsid id) { return lookupPure(id) != nullptr; } in containsPure()
815 return lookupPure(shape->propid()) == shape; in containsPure()
H A DRegExpObject.h116 MOZ_ASSERT(lookupPure(cx->names().lastIndex)->writable(), in zeroLastIndex()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DErrorObject.cpp461 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().fileName))->slot() == in init()
463 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().lineNumber))->slot() == in init()
465 MOZ_ASSERT(obj->lookupPure(NameToId(cx->names().columnNumber))->slot() == in init()
469 obj->lookupPure(NameToId(cx->names().message))->slot() == MESSAGE_SLOT); in init()
H A DNativeObject.h846 Shape* lookupPure(jsid id);
847 Shape* lookupPure(PropertyName* name) { return lookupPure(NameToId(name)); } in lookupPure() function
849 bool containsPure(jsid id) { return lookupPure(id) != nullptr; } in containsPure()
852 return lookupPure(shape->propid()) == shape; in containsPure()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DObjLiteral.cpp248 MOZ_ASSERT_IF(map, !map->lookupPure(mapLength, propId, &index)); in InterpretObjLiteralShape()
251 if (map && map->lookupPure(mapLength, propId, &index)) { in InterpretObjLiteralShape()

12345