Lines Matching refs:constructor
421 // constructor may not have been defined. Bail out.
446 Handle<Object> Factory::NewError(const char* constructor,
448 Handle<String> constr = Factory::LookupAsciiSymbol(constructor);
501 // object, regexp and array constructor functions.
542 // Set function.prototype and give the prototype a constructor
648 Handle<JSObject> Factory::NewJSObject(Handle<JSFunction> constructor,
650 CALL_HEAP_FUNCTION(Heap::AllocateJSObject(*constructor, pretenure), JSObject);
655 Handle<JSFunction> constructor) {
656 CALL_HEAP_FUNCTION(Heap::AllocateGlobalObject(*constructor),