blob: 06c0a4e87d6c5dc1c6d2fc83f37f2cdc6633eb08 [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 Murdochb8a8cc12014-11-26 15:28:44 +000011void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) {
Steve Blocka7e24c12009-10-30 11:49:00 +000012}
13
14
15} // namespace v8