d180390f7f
Original issue's description: > BUG=v8:4134 > LOG=n > R=yangguo@chromium.org > > Review URL: https://codereview.chromium.org/1239053004 BUG=v8:4134 LOG=n R=yangguo@chromium.org Review URL: https://codereview.chromium.org/1235603004 Cr-Commit-Position: refs/heads/master@{#29742}
15 lines
306 B
C++
15 lines
306 B
C++
// Copyright 2009 the V8 project authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#include "src/d8.h"
|
|
|
|
|
|
namespace v8 {
|
|
|
|
|
|
void Shell::AddOSMethods(Isolate* isolate, Local<ObjectTemplate> os_templ) {}
|
|
|
|
|
|
} // namespace v8
|