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

Unified Diff: src/accessors.h

Issue 2159223004: Revert of Move Error methods to C++ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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 | « BUILD.gn ('k') | src/accessors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/accessors.h
diff --git a/src/accessors.h b/src/accessors.h
index 2171a35c74169db33895bef7defe4a4dfa6d211b..55caa48010bec88cc00016d2ded43e18dd291e1a 100644
--- a/src/accessors.h
+++ b/src/accessors.h
@@ -24,7 +24,6 @@
V(ArrayLength) \
V(BoundFunctionLength) \
V(BoundFunctionName) \
- V(ErrorStack) \
V(FunctionArguments) \
V(FunctionCaller) \
V(FunctionName) \
@@ -47,10 +46,9 @@
V(ScriptIsEmbedderDebugScript) \
V(StringLength)
-#define ACCESSOR_SETTER_LIST(V) \
- V(ReconfigureToDataProperty) \
- V(ArrayLengthSetter) \
- V(ErrorStackSetter) \
+#define ACCESSOR_SETTER_LIST(V) \
+ V(ReconfigureToDataProperty) \
+ V(ArrayLengthSetter) \
V(FunctionPrototypeSetter)
// Accessors contains all predefined proxy accessors.
« no previous file with comments | « BUILD.gn ('k') | src/accessors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698