Home
last modified time | relevance | path

Searched refs:function_state (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc154 FunctionState function_state(&function_state_, &scope_, function_scope); in PreParseFunction() local
304 FunctionState function_state(&function_state_, &scope_, function_scope); in ParseFunctionLiteral() local
Dparser.cc98 FunctionState function_state(&function_state_, &scope_, function_scope); in DefaultConstructor() local
122 expected_property_count = function_state.expected_property_count(); in DefaultConstructor()
562 FunctionState function_state(&function_state_, &scope_, scope); in DoParseProgram() local
631 scope, body, function_state.expected_property_count(), in DoParseProgram()
633 result->set_suspend_count(function_state.suspend_count()); in DoParseProgram()
670 FunctionState function_state(&function_state_, &scope_, outer_scope); in ParseWrapped() local
769 FunctionState function_state(&function_state_, &scope_, outer_function); in DoParseFunction() local
802 function_state.destructuring_assignments_to_rewrite().size()); in DoParseFunction()
2723 FunctionState function_state(&function_state_, &scope_, function_scope); in SkipFunction() local
3066 FunctionState function_state(&function_state_, &scope_, function_scope); in ParseFunction() local
[all …]
Dparser-base.h4402 FunctionState function_state(&function_state_, &scope_, in ParseArrowFunctionLiteral()
4407 function_state.AdoptDestructuringAssignmentsFromParentState( in ParseArrowFunctionLiteral()
4436 function_state.RewindDestructuringAssignments(0); in ParseArrowFunctionLiteral()
4443 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral()
4453 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral()
4474 suspend_count = function_state.suspend_count(); in ParseArrowFunctionLiteral()
Dpreparser.h1248 FunctionState function_state(&function_state_, &scope_, function_scope);
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py1940 function_state, error): argument
1996 function_state.Begin(function)
2003 function_state.Check(error, filename, linenum)
2004 function_state.End()
2006 function_state.Count() # Count non-blank/non-comment lines.
3776 include_state, function_state, nesting_state, error, argument
3801 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
3833 function_state = _FunctionState()
3847 include_state, function_state, nesting_state, error,
/external/libvpx/libvpx/tools/
Dcpplint.py2274 function_state, error): argument
2330 function_state.Begin(function)
2337 function_state.Check(error, filename, linenum)
2338 function_state.End()
2340 function_state.Count() # Count non-blank/non-comment lines.
4492 include_state, function_state, nesting_state, error, argument
4517 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
4551 function_state = _FunctionState()
4565 include_state, function_state, nesting_state, error,
/external/libaom/libaom/tools/
Dcpplint.py2274 function_state, error): argument
2330 function_state.Begin(function)
2337 function_state.Check(error, filename, linenum)
2338 function_state.End()
2340 function_state.Count() # Count non-blank/non-comment lines.
4492 include_state, function_state, nesting_state, error, argument
4517 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
4551 function_state = _FunctionState()
4565 include_state, function_state, nesting_state, error,
/external/google-styleguide/cpplint/
Dcpplint.py3041 function_state, error): argument
3095 function_state.Begin(function)
3102 function_state.Check(error, filename, linenum)
3103 function_state.End()
3105 function_state.Count() # Count non-blank/non-comment lines.
5765 include_state, function_state, nesting_state, error, argument
5791 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
5898 function_state = _FunctionState()
5913 include_state, function_state, nesting_state, error,
Dcpplint_unittest.py128 function_state = cpplint._FunctionState()
131 include_state, function_state,
187 function_state = cpplint._FunctionState()
193 function_state, error_collector)