Index: src/full-codegen/full-codegen.h |
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h |
index ac3022af194859d7a3f8d9bf9186409ee2276cfc..6a8025b1b0ec10660a61fa1b4c6f04fb3a0e8225 100644 |
--- a/src/full-codegen/full-codegen.h |
+++ b/src/full-codegen/full-codegen.h |
@@ -537,6 +537,12 @@ class FullCodeGenerator: public AstVisitor { |
void EmitIntrinsicAsStubCall(CallRuntime* expr, const Callable& callable); |
+ // Emits call to respective code stub. |
+ void EmitHasProperty(); |
+ |
+ // Platform-specific code for restoring context from current JS frame. |
+ void RestoreContext(); |
+ |
// Platform-specific code for loading variables. |
void EmitLoadGlobalCheckExtensions(VariableProxy* proxy, |
TypeofMode typeof_mode, Label* slow); |