Lines Matching refs:constructor
450 Handle<JSObject> NewJSObject(Handle<JSFunction> constructor,
455 // Global objects are pretenured and initialized based on a constructor.
456 Handle<JSGlobalObject> NewJSGlobalObject(Handle<JSFunction> constructor);
555 // Reinitialize an JSGlobalProxy based on a constructor. The object
557 // constructor. The object is reinitialized and behaves as an
558 // object that has been freshly allocated using the constructor.
560 Handle<JSFunction> constructor);
620 Handle<Object> NewError(Handle<JSFunction> constructor,
630 Handle<Object> NewError(Handle<JSFunction> constructor,