Bug 927782 - Part 1: Expose JSScript::getBlockScope(jsbytecode *). r=luke

This commit is contained in:
Andy Wingo
2013-12-06 17:56:20 +01:00
parent 7da5ef0ad1
commit 95ff61a107
5 changed files with 57 additions and 58 deletions

View File

@@ -777,11 +777,6 @@ GetNextPc(jsbytecode *pc)
return pc + GetBytecodeLength(pc);
}
class StaticBlockObject;
StaticBlockObject *
GetBlockChainAtPC(JSScript *script, jsbytecode *pc);
} /* namespace js */
#if defined(DEBUG)