mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
implement basic object operation(get,set ownproperty)
Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
9cff64f7a6
commit
3e1787dd85
20 changed files with 747 additions and 22 deletions
|
|
@ -87,7 +87,7 @@ ScriptParser::ScriptParserResult ScriptParser::parse(StringView scriptSource)
|
|||
(int)cb->m_locEnd.line,
|
||||
(int)cb->m_locEnd.column,
|
||||
cb->m_canAllocateEnvironmentOnStack ? "Stack" : "Heap",
|
||||
cb->m_canUseVectorStorage ? "Vector" : "HashMap",
|
||||
cb->m_canUseIndexedVariableStorage ? "Indexed" : "Named",
|
||||
(int)cb->m_hasEval, (int)cb->m_hasWith, (int)cb->m_hasYield);
|
||||
|
||||
PRINT_TAB()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue