Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: src/bootstrapper.h

Issue 1293493004: Unify symbols sharing across native scripts and runtime. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/bootstrapper.h
diff --git a/src/bootstrapper.h b/src/bootstrapper.h
index 2efb20b59f33d911a4a671a64f68f43e35fbca28..a8de6eefc6edc2e2ea70b473850f5e2fe3f52b61 100644
--- a/src/bootstrapper.h
+++ b/src/bootstrapper.h
@@ -121,6 +121,8 @@ class Bootstrapper final {
static void ImportNatives(Isolate* isolate, Handle<JSObject> container);
static void ImportExperimentalNatives(Isolate* isolate,
Handle<JSObject> container);
+ static void ExportPrivateSymbols(Isolate* isolate,
+ Handle<JSObject> container);
private:
Isolate* isolate_;

Powered by Google App Engine
This is Rietveld 408576698