blob: ba89c4156fdf0daf8165c93bc78d97ebab9cc733 [file] [log] [blame]
Steve Blocka7e24c12009-10-30 11:49:00 +00001// Copyright 2009 the V8 project authors. All rights reserved.
Ben Murdochb8a8cc12014-11-26 15:28:44 +00002// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
Steve Blocka7e24c12009-10-30 11:49:00 +00004
Ben Murdochb8a8cc12014-11-26 15:28:44 +00005#include "src/d8.h"
Steve Blocka7e24c12009-10-30 11:49:00 +00006
7
8namespace v8 {
9
10
Ben Murdoch4a90d5f2016-03-22 12:00:34 +000011void Shell::AddOSMethods(Isolate* isolate, Local<ObjectTemplate> os_templ) {}
Steve Blocka7e24c12009-10-30 11:49:00 +000012
13
14} // namespace v8