Chromium Code Reviews| Index: src/interpreter/bytecodes.h |
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
| index d4863b1662124f18ebe2676edc004300d24ada24..fc1597ea2a6892bf1eff778e50715b84fe2bf979 100644 |
| --- a/src/interpreter/bytecodes.h |
| +++ b/src/interpreter/bytecodes.h |
| @@ -478,6 +478,9 @@ class Bytecodes { |
| // Returns true if the bytecode is a call or a constructor call. |
| static bool IsCallOrNew(Bytecode bytecode); |
| + // Returns true if the bytecode is a call to runtime. |
|
oth
2016/02/23 17:37:15
s/to runtime/to the runtime/
Stefano Sanfilippo
2016/02/23 17:43:50
Done.
|
| + static bool IsCallRuntime(Bytecode bytecode); |
| + |
| // Returns true if the bytecode is a debug break. |
| static bool IsDebugBreak(Bytecode bytecode); |