mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Rename required register numbers for ByteCodeBlock
Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
parent
2593b3cabe
commit
d0716850af
10 changed files with 52 additions and 52 deletions
|
|
@ -83,7 +83,7 @@ NEVER_INLINE void ScriptFunctionObject::generateByteCodeBlock(ExecutionState& st
|
|||
if (hasTag(g_scriptFunctionObjectTag)) {
|
||||
auto cb = m_codeBlock->asInterpretedCodeBlock();
|
||||
auto byteCb = cb->byteCodeBlock();
|
||||
size_t registerFileSize = byteCb->m_requiredRegisterFileSizeInValueSize;
|
||||
size_t registerFileSize = byteCb->m_requiredTotalRegisterNumber;
|
||||
bool isStrict = cb->isStrict();
|
||||
bool shouldClearStack = byteCb->m_shouldClearStack;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue