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

Unified Diff: src/compiler/js-native-context-specialization.h

Issue 1427913003: [turbofan] Add support for loading missing properties. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | src/compiler/js-native-context-specialization.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/js-native-context-specialization.h
diff --git a/src/compiler/js-native-context-specialization.h b/src/compiler/js-native-context-specialization.h
index 228f99655cff5d3215b9038df210e1edaa16e547..cd48be765d8d0aa4f2ea43b69527b1d8c7f71ef8 100644
--- a/src/compiler/js-native-context-specialization.h
+++ b/src/compiler/js-native-context-specialization.h
@@ -64,8 +64,8 @@ class JSNativeContextSpecialization final : public AdvancedReducer {
Reduction ReduceNamedAccess(Node* node, Node* value,
MapHandleList const& receiver_maps,
- Handle<Name> name,
- PropertyAccessMode access_mode);
+ Handle<Name> name, PropertyAccessMode access_mode,
+ LanguageMode language_mode);
struct ScriptContextTableLookupResult;
bool LookupInScriptContextTable(Handle<Name> name,
« no previous file with comments | « no previous file | src/compiler/js-native-context-specialization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698