From a4e969f4965059196ca948db781e52f7cfebf19e Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 24 May 2016 08:28:08 +0000 Subject: webkitgtk-2.12.3 --- Source/JavaScriptCore/bytecode/PreciseJumpTargets.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/JavaScriptCore/bytecode/PreciseJumpTargets.h') diff --git a/Source/JavaScriptCore/bytecode/PreciseJumpTargets.h b/Source/JavaScriptCore/bytecode/PreciseJumpTargets.h index fb60f9b9b..852413d77 100644 --- a/Source/JavaScriptCore/bytecode/PreciseJumpTargets.h +++ b/Source/JavaScriptCore/bytecode/PreciseJumpTargets.h @@ -30,7 +30,9 @@ namespace JSC { +// Return a sorted list of bytecode index that are the destination of a jump. void computePreciseJumpTargets(CodeBlock*, Vector& out); + void findJumpTargetsForBytecodeOffset(CodeBlock*, unsigned bytecodeOffset, Vector& out); } // namespace JSC -- cgit v1.2.1