Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index 90249e1f7b46492c8b15f4cb5c409a26524a8fc2..f23bfd13cdc34f61fb0d266014db6b1cfceb2ff6 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -816,7 +816,10 @@ class Isolate; |
/* ES6 #sec-%typedarray%.prototype.values */ \ |
TFJ(TypedArrayPrototypeValues, 0) \ |
/* ES6 #sec-%typedarray%.prototype.copywithin */ \ |
- CPP(TypedArrayPrototypeCopyWithin) |
+ CPP(TypedArrayPrototypeCopyWithin) \ |
+ \ |
+ /* Wasm */ \ |
+ TFS(WasmStackGuard, BUILTIN, kNoExtraICState, WasmStackGuard, 1) |
#define IGNORE_BUILTIN(...) |