Bug 944930 - Remove block index from aliasedvar ops, use a binary search to find the block chain for a given pc, r=luke.
This commit is contained in:
@@ -777,6 +777,11 @@ 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