Bug 927782 - Part 1: Expose JSScript::getBlockScope(jsbytecode *). r=luke
This commit is contained in:
@@ -777,11 +777,6 @@ GetNextPc(jsbytecode *pc)
|
||||
return pc + GetBytecodeLength(pc);
|
||||
}
|
||||
|
||||
class StaticBlockObject;
|
||||
|
||||
StaticBlockObject *
|
||||
GetBlockChainAtPC(JSScript *script, jsbytecode *pc);
|
||||
|
||||
} /* namespace js */
|
||||
|
||||
#if defined(DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user