Lines Matching defs:cons
3696 Handle<JSFunction> cons = InstallFunction(
3699 InstallWithIntrinsicDefaultProto(isolate_, cons,
3702 Handle<SharedFunctionInfo> shared(cons->shared(), isolate_);
3707 Handle<JSObject> prototype(JSObject::cast(cons->instance_prototype()),
3735 Handle<JSFunction> cons = InstallFunction(
3738 InstallWithIntrinsicDefaultProto(isolate_, cons,
3741 Handle<SharedFunctionInfo> shared(cons->shared(), isolate_);
3746 Handle<JSObject> prototype(JSObject::cast(cons->instance_prototype()),
4420 Handle<JSFunction> cons =
4423 JSFunction::SetPrototype(cons, empty);
4425 Handle<JSObject> console = factory->NewJSObject(cons, AllocationType::kOld);