Lines Matching defs:object
220 // replace the global object from the deserialized native context.
287 bool ConfigureApiObject(Handle<JSObject> object,
292 // Migrates all properties from the 'from' object to the 'to'
293 // object and overrides the prototype in 'to' with the one from
477 // Make the JSFunction's prototype object fast.
481 // Make the resulting JSFunction object fast.
549 // Make the resulting JSFunction object fast.
700 // ES#sec-properties-of-the-function-prototype-object
846 // Allocate a new prototype for the object function.
870 // Set up slow map for Object.create(null) instances without in-object
896 // The prototype slot shifts the in-object properties area by one slot.
1022 // proposal-async-iteration/#sec-%asyncfromsynciteratorprototype%-object
1058 // %AsyncGeneratorPrototype% intrinsic object.
1256 // closure and extension object later (we need the empty function
1257 // and the global object, but in order to create those, we need the
1264 // Allocate the message listeners object.
1353 // Step 2: (re)initialize the global proxy object.
1374 // Set the global object as the (hidden) __proto__ of the global proxy after
1378 // Set the native context for the global object.
1446 // Reserve two in-object properties for these.
1506 // Set extension and global object.
1509 // object. This makes the security check between two different contexts fail
1510 // by default even in case of global object reinitialization.
3671 // way that it's exactly the same map as the one produced by object
3937 // Create the descriptor array for the arguments object.
3988 // Create the map. Allocate one in-object field for length.
3992 // Create the descriptor array for the arguments object.
4081 // Setup prototype object.
4157 // Call function using either the runtime object or the global
4158 // object as the receiver. Provide no parameters.
4773 // #sec-temporal-now-object
5500 // example, global object setup done in this function could likely move to
5608 // Create the descriptor array for the property descriptor object.
5654 // Create the descriptor array for the property descriptor object.
5801 // Add @@iterator method to the arguments object maps.
5907 // the global object.
6054 // Configure the global proxy object.
6059 // Configure the global object.
6079 bool Genesis::ConfigureApiObject(Handle<JSObject> object,
6083 .IsTemplateFor(object->map()));
6086 ApiNatives::InstantiateObject(object->GetIsolate(), object_template);
6093 TransferObject(instantiated_template, object);
6110 // in the snapshotted global object.
6345 // the global object and its prototype chain, and the data and the accessor
6447 // Create a remote object as the global object.
6460 // (Re)initialize the global proxy object.