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

Unified Diff: build/features.gypi

Issue 1407313004: Adds the possibility of setting a Code object as the callback of a FunctionTemplate. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update. Created 5 years, 1 month 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 | include/v8.h » ('j') | include/v8.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/features.gypi
diff --git a/build/features.gypi b/build/features.gypi
index 84ada64966eafa811ea24095b12c4c2c9fcce8d7..552b85f269df6f9817102a216d259596d9c716be 100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -114,8 +114,8 @@
['v8_wasm!=0', {
'defines': ['V8_WASM',],
}],
- ['v8_js_accessors!=0', {
- 'defines': ['V8_JS_ACCESSORS'],
+ ['v8_fast_accessors!=0', {
+ 'defines': ['V8_FAST_ACCESSORS'],
}],
], # conditions
'configurations': {
« no previous file with comments | « no previous file | include/v8.h » ('j') | include/v8.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698