Lines Matching refs:constructor
147 V(constructor_symbol, "constructor") \
427 // constructor.
432 JSFunction* constructor, PretenureFlag pretenure = NOT_TENURED);
434 // Allocates and initializes a new global object based on a constructor.
438 MUST_USE_RESULT MaybeObject* AllocateGlobalObject(JSFunction* constructor);
451 // Reinitialize an JSGlobalProxy based on a constructor. The object
453 // constructor. The object is reinitialized and behaves as an
454 // object that has been freshly allocated using the constructor.
456 JSFunction* constructor, JSGlobalProxy* global);
2073 double start_time_; // Timestamp set in the constructor.
2074 intptr_t start_size_; // Size of objects in heap set in constructor.