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

Unified Diff: src/globals.h

Issue 2811333002: [builtins] HasOwnProperty: handle non-internalized string keys (Closed)
Patch Set: fix Created 3 years, 8 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
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index 3b4c2a602ee328ba51ece799d9836481ac330df0..0f38885c04ebf477349f39726c8e4d6d51b5baa0 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -674,6 +674,8 @@ enum InlineCacheState {
enum WhereToStart { kStartAtReceiver, kStartAtPrototype };
+enum ResultSentinel { kNotFound = -1, kUnsupported = -2 };
+
// The Store Buffer (GC).
typedef enum {
kStoreBufferFullEvent,

Powered by Google App Engine
This is Rietveld 408576698