Home
last modified time | relevance | path

Searched defs:function_length (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dpreparser-logger.h19 void LogFunction(int end, int num_parameters, int function_length, in LogFunction()
29 int function_length() const { return function_length_; } in function_length() function
Dpreparse-data.cc232 DeclarationScope* function_scope, int function_length, in SetSkippableFunction()
588 int* function_length, int* num_inner_functions, bool* uses_super_property, in GetDataForSkippableFunction()
Dparser.cc2729 int function_length = -1; in ParseFunctionLiteral() local
2830 int* function_length, in SkipFunction()
3033 DeclarationScope* function_scope, int* num_parameters, int* function_length, in ParseFunction()
Dparser-base.h80 int function_length = 0; member
/third_party/node/deps/v8/src/ast/
Dast.h2196 int function_length() { return function_length_; } in function_length() function