Lines Matching refs:with
209 // we have to use the deserialized ones that are linked together with the
293 // object and overrides the prototype in 'to' with the one from
437 // Since we are creating an initial map for JSFunction objects with
534 // deal with updating the whole transition tree.
731 // Allocate maps for sloppy functions with readonly prototype.
738 // Allocate maps for sloppy functions with writable prototype.
758 // %ThrowTypeError% must have a name property with an empty string value. Per
798 // Allocate maps for strict functions with writable prototype.
809 // Allocate maps for strict functions with readonly prototype.
877 // Set up slow map for literals with too many properties.
997 generator_function_prototype, "GeneratorFunction with name");
1100 async_generator_function_prototype, "AsyncGeneratorFunction with name");
1127 "AsyncFunction with name");
1191 // Replace all of the cached initial array maps in the native context with
1396 // Re-initialize the global proxy with the global proxy function from the
2147 // Install `String.prototype.trimStart` with `trimLeft` alias.
2154 // Install `String.prototype.trimEnd` with `trimRight` alias.
3674 // fast-paths in various builtins (i.e. promises and collections) with
4862 V(with, With, 1) \
4922 V(with, With, 1) \
4990 V(with, With, 1) \
5075 V(with, With, 1) \
5138 V(with, With, 1) \
5244 V(with, With, 1) \
5287 V(with, With, 1) \
5456 // Setup the {prototype} with the given {name} for @@toStringTag.
5461 // Allocate the constructor with the given {prototype}.
5757 // Set up the map for RegExp results objects for regexps with the /d flag.
5759 Map::Copy(isolate(), initial_map, "JSRegExpResult with indices");
6263 // Update map with length accessor from Array.