12014-08-29 Akos Kiss <akiss@inf.u-szeged.hu>
2
3 Ensure that the call frame passed from doVMEntry to the called function always contains the valid scope chain.
4 https://bugs.webkit.org/show_bug.cgi?id=136391
5
6 Reviewed by NOBODY (OOPS!).
7
8 Do not rely on calling conventions to fill in the CallerFrame component
9 of the ExecState* parameter of the called function.
10
11 * llint/LowLevelInterpreter32_64.asm:
12 * llint/LowLevelInterpreter64.asm:
13