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

Unified Diff: src/heap/heap.h

Issue 1540953004: [runtime] Rewrite Function.prototype.toString in C++. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix typos. Created 5 years 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/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 0e5586e95eb6cba0bffe37127e1f9f50a6bac0da..ee5bec446888892e8120a9b1ad705794e37f653a 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -225,6 +225,7 @@ namespace internal {
V(Boolean_string, "Boolean") \
V(byte_length_string, "byteLength") \
V(byte_offset_string, "byteOffset") \
+ V(call_string, "call") \
V(callee_string, "callee") \
V(caller_string, "caller") \
V(cell_value_string, "%cell_value") \
« src/debug/mirrors.js ('K') | « src/elements.cc ('k') | src/ia32/builtins-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698