Home | History | Annotate | Download | only in src

Lines Matching refs:Contains

506 // string actually contains ASCII data.
1115 // Normal state: the map word contains a map pointer.
1125 // contains a forwarding address (a heap object pointer in the to space).
1160 // [map]: Contains a map which contains the object's reflective
1734 // Returns true if the elements of JSObject contains only values that can be
2540 bool Contains(String* name) { return kNotFound != Search(name); }
3244 bool Contains(Object* key);
3475 // Contains the names of local variables that are allocated on the stack,
3480 // Contains the names of local variables and parameters that are allocated
3486 // Contains the variable modes and initialization flags corresponding to
3491 // If the scope belongs to a named function expression this part contains
3950 // contains information about functions that were inlined. If N different
4385 inline bool contains(byte* pc);
4509 // A Map contains information about:
4706 // [stub cache]: contains stubs compiled for this map.
5293 // expression and the rest contains the source code position.
5451 // For functions which only contains this property assignments this provides
5760 // If the function contains object, regexp or array literals, the
5761 // literals array prefix contains the object, regexp, and array
6231 // The FixedArray contains the following data:
6611 // - the parameter map contains an index into the context
6614 // - the parameter map contains no fast alias mapping (i.e. the hole)
6615 // - this struct (in the slow backing store) contains an index into the context
6780 // Returns true if the string is flat and this structure contains content.
6782 // Returns true if the structure contains ASCII content.
6784 // Returns true if the structure contains two-byte content.