mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-29 10:02:14 +00:00
Divide CodeBlock into NativeCodeBlock and InterpretedCodeBlock
* NativeCodeBlock is newly added for NativeFunctionObject * all interpreter-related info is moved into InterpretedCodeBlock Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
parent
cd09ccbb07
commit
2fe9333814
45 changed files with 842 additions and 814 deletions
|
|
@ -62,7 +62,7 @@ public:
|
|||
}
|
||||
}
|
||||
} else {
|
||||
ASSERT(self->codeBlock()->isArrowFunctionExpression());
|
||||
ASSERT(self->interpretedCodeBlock()->isArrowFunctionExpression());
|
||||
return thisValue;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue