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

Unified Diff: src/builtins/builtins.h

Issue 2913783002: [builtins] Begin removing CodeFactory accessors (Closed)
Patch Set: V8_EXPORT_PRIVATE Created 3 years, 7 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
« no previous file with comments | « no previous file | src/builtins/builtins-array-gen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins/builtins.h
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
index b5eebff73b81ea017fab36c4c46b564d74c91709..b3602def3a6b9d5815d7ec2d3792966e25780603 100644
--- a/src/builtins/builtins.h
+++ b/src/builtins/builtins.h
@@ -78,7 +78,7 @@ class Builtins {
static int GetBuiltinParameterCount(Name name);
- static Callable CallableFor(Isolate* isolate, Name name);
+ V8_EXPORT_PRIVATE static Callable CallableFor(Isolate* isolate, Name name);
static const char* name(int index);
« no previous file with comments | « no previous file | src/builtins/builtins-array-gen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698