diff options
Diffstat (limited to 'deps/v8/src/runtime.h')
-rw-r--r-- | deps/v8/src/runtime.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/v8/src/runtime.h b/deps/v8/src/runtime.h index 69acd045fd..07f51e4bec 100644 --- a/deps/v8/src/runtime.h +++ b/deps/v8/src/runtime.h @@ -288,6 +288,8 @@ namespace internal { F(LocalKeys, 1, 1) \ /* Handle scopes */ \ F(DeleteHandleScopeExtensions, 0, 1) \ + /* Cache suport */ \ + F(GetFromCache, 2, 1) \ \ /* Pseudo functions - handled as macros by parser */ \ F(IS_VAR, 1, 1) @@ -338,6 +340,7 @@ namespace internal { F(LiveEditRelinkFunctionToScript, 2, 1) \ F(LiveEditPatchFunctionPositions, 2, 1) \ F(LiveEditCheckAndDropActivations, 2, 1) \ + F(LiveEditCompareStringsLinewise, 2, 1) \ F(GetFunctionCodePositionFromSource, 2, 1) \ F(ExecuteInDebugContext, 2, 1) #else |