2009-03-27 13:50:26 +00:00
|
|
|
// Copyright 2009 the V8 project authors. All rights reserved.
|
2014-04-29 06:42:26 +00:00
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
// found in the LICENSE file.
|
2009-03-27 13:50:26 +00:00
|
|
|
|
2014-06-03 08:12:43 +00:00
|
|
|
#include "src/d8.h"
|
2009-03-27 13:50:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
namespace v8 {
|
|
|
|
|
|
|
|
|
2013-11-22 12:35:39 +00:00
|
|
|
void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) {
|
2009-03-31 11:45:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-03-27 13:50:26 +00:00
|
|
|
} // namespace v8
|