mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-29 10:02:14 +00:00
implement object getter setter
Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
8e8840fec2
commit
f592b96cab
6 changed files with 133 additions and 19 deletions
|
|
@ -5587,7 +5587,6 @@ public:
|
|||
this->expect(RightParenthesis);
|
||||
|
||||
bool isGenerator = false;
|
||||
// std::vector<Node*, gc_allocator<Node*>> params, ScannerResult* stricted, ScannerResult* firstRestricted, const char* message
|
||||
ParseFormalParametersResult params(PatternNodeVector(), nullptr, nullptr, nullptr);
|
||||
bool previousAllowYield = this->context->allowYield;
|
||||
this->context->allowYield = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue