Lines Matching full:describes
317 // It describes the type of the instances.
1443 // This class describes a body of an object of a fixed size
1463 // This class describes a body of an object of a variable size
1483 // The HeapNumber class describes heap allocated numbers that cannot be
1652 // The JSObject describes real heap allocated JavaScript objects with
2398 // FixedArray describes fixed-sized arrays with element type Object*.
2514 // FixedDoubleArray describes fixed-sized arrays with element type double.
2562 // ConstantPoolArray describes a fixed-sized array containing constant pool
4921 // Code describes objects with on-the-fly generated machine code.
5473 // This class describes the layout of dependent codes array of a map. The
5590 // All heap objects have a Map that describes their structure.
5868 // [instance descriptors]: describes the object.
6390 // Script describes a script which has been added to the VM.
6575 // SharedFunctionInfo describes the JSFunction information that can be
7173 // JSFunction describes JavaScript functions.
9027 // The ConsString class describes string values built by using the
9076 // The Sliced String class describes strings that are substrings of another
9120 // The ExternalString class describes string values that are backed by
9368 // The Oddball describes objects null, undefined, true, and false.
9509 // The JSProxy describes EcmaScript Harmony proxies
9662 // The JSSet describes EcmaScript Harmony sets
9676 // The JSMap describes EcmaScript Harmony maps
9814 // The JSWeakMap describes EcmaScript Harmony weak maps
9828 // The JSWeakSet describes EcmaScript Harmony weak sets
9979 // Foreign describes objects pointing from JavaScript to C structures.
10012 // The JSArray describes JavaScript Arrays