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

Unified Diff: src/runtime/runtime.h

Issue 2189663002: Add a flag to help platform ports bootstrap V8 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rename flag 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 | « src/full-codegen/full-codegen.cc ('k') | src/runtime/runtime-array.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 01692b455c402852983f03658335c1c77d6e7236..39729c9b88510df90d39d0685bae0aa4a7b66f1d 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -324,7 +324,8 @@ namespace internal {
F(EnqueueMicrotask, 1, 1) \
F(RunMicrotasks, 0, 1) \
F(OrdinaryHasInstance, 2, 1) \
- F(IsWasmObject, 1, 1)
+ F(IsWasmObject, 1, 1) \
+ F(Typeof, 1, 1)
#define FOR_EACH_INTRINSIC_LITERALS(F) \
F(CreateRegExpLiteral, 4, 1) \
« no previous file with comments | « src/full-codegen/full-codegen.cc ('k') | src/runtime/runtime-array.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698