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

Unified Diff: src/contexts.h

Issue 2360983002: Enable component builds for fuzzers (Closed)
Patch Set: Rebase Created 4 years, 3 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 | « src/assert-scope.h ('k') | src/execution.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/contexts.h
diff --git a/src/contexts.h b/src/contexts.h
index 1f2f0328aad66481bbea65ae105616b6be3cbe78..6619d118ae409efb68e04adeb7d93cf9f56c1fc3 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -428,7 +428,7 @@ class Context: public FixedArray {
void set_global_proxy(JSObject* global);
// Get the JSGlobalObject object.
- JSGlobalObject* global_object();
+ V8_EXPORT_PRIVATE JSGlobalObject* global_object();
// Get the script context by traversing the context chain.
Context* script_context();
@@ -551,7 +551,8 @@ class Context: public FixedArray {
private:
#ifdef DEBUG
// Bootstrapping-aware type checks.
- static bool IsBootstrappingOrNativeContext(Isolate* isolate, Object* object);
+ V8_EXPORT_PRIVATE static bool IsBootstrappingOrNativeContext(Isolate* isolate,
+ Object* object);
static bool IsBootstrappingOrValidParentContext(Object* object, Context* kid);
#endif
« no previous file with comments | « src/assert-scope.h ('k') | src/execution.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698