Searched refs:function_state (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/parsing/ |
| D | preparser.cc | 128 FunctionState function_state(&function_state_, &scope_, function_scope); in PreParseFunction() local 298 FunctionState function_state(&function_state_, &scope_, function_scope); in ParseFunctionLiteral() local
|
| D | parser.cc | 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 [all …]
|
| D | parser-base.h | 490 explicit LoopScope(FunctionState* function_state) in LoopScope() argument 491 : function_state_(function_state) { in LoopScope() 4537 FunctionState function_state(&function_state_, &scope_, in ParseArrowFunctionLiteral() 4614 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral() 4624 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral() 4634 suspend_count = function_state.suspend_count(); in ParseArrowFunctionLiteral()
|
| D | preparser.h | 1257 FunctionState function_state(&function_state_, &scope_, function_scope);
|
| /third_party/json/tools/cpplint/ |
| D | cpplint.py | 3549 function_state, error): argument 3603 function_state.Begin(function) 3610 function_state.Check(error, filename, linenum) 3611 function_state.End() 3613 function_state.Count() # Count non-blank/non-comment lines. 6344 include_state, function_state, nesting_state, error, argument 6370 CheckForFunctionLengths(filename, clean_lines, line, function_state, error) 6478 function_state = _FunctionState() 6493 include_state, function_state, nesting_state, error,
|