| Index: src/compiler/js-operator.h
|
| diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
|
| index e7fc04c1e19cab287e1d92922b011ccfc85829a2..90f69d1a816a32d27f0e445a30330e9ef5df3549 100644
|
| --- a/src/compiler/js-operator.h
|
| +++ b/src/compiler/js-operator.h
|
| @@ -254,6 +254,8 @@ class JSOperatorBuilder FINAL : public ZoneObject {
|
| const Operator* InstanceOf();
|
| const Operator* Debugger();
|
|
|
| + const Operator* StackCheck();
|
| +
|
| // TODO(titzer): nail down the static parts of each of these context flavors.
|
| const Operator* CreateFunctionContext();
|
| const Operator* CreateCatchContext(const Unique<String>& name);
|
|
|