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

Unified Diff: src/runtime/runtime.h

Issue 1524803003: [Interpreter] Add support for Load / Store to Lookup slots. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@init_eval_impl
Patch Set: 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/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 756e68a1b2dd1dc0add091819a6b537050fae0b8..5c13353d97206a0a21f5d8277cc02fdbe9abeb44 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -232,6 +232,7 @@ namespace internal {
F(InterpreterForInPrepare, 1, 1) \
F(InterpreterLoadLookupSlotCallee, 2, 1) \
F(InterpreterLoadLookupSlotReceiver, 2, 1) \
+ F(InterpreterLoadLookupSlotNoReferenceErrorValue, 2, 1)
#define FOR_EACH_INTRINSIC_FUNCTION(F) \

Powered by Google App Engine
This is Rietveld 408576698