implement object getter setter

Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
seonghyun kim 2016-12-21 15:51:21 +09:00
commit f592b96cab
6 changed files with 133 additions and 19 deletions

View file

@ -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;