Lines Matching refs:function_state
55 FunctionState function_state(&function_state_, &scope_, function_scope); in DefaultConstructor() local
80 expected_property_count = function_state.expected_property_count(); in DefaultConstructor()
602 FunctionState function_state(&function_state_, &scope_, scope); in DoParseProgram() local
624 if (function_state.suspend_count() > 1) { in DoParseProgram()
687 scope, body, function_state.expected_property_count(), parameter_count); in DoParseProgram()
688 result->set_suspend_count(function_state.suspend_count()); in DoParseProgram()
756 FunctionState function_state(&function_state_, &scope_, outer_scope); in ParseWrapped() local
964 FunctionState function_state(&function_state_, &scope_, outer_function); in DoParseFunction() local
1105 FunctionState function_state(&function_state_, &scope_, nearest_decl_scope); in ParseClassForInstanceMemberInitialization() local
2829 FunctionState function_state(&function_state_, &scope_, function_scope); in SkipFunction() local
3037 FunctionState function_state(&function_state_, &scope_, function_scope); in ParseFunction() local
3106 *expected_property_count = function_state.expected_property_count(); in ParseFunction()
3107 *suspend_count = function_state.suspend_count(); in ParseFunction()