Searched refs:SkipLazyFunctionBody (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dparser.h592 V8_INLINE void SkipLazyFunctionBody(const AstRawString* name,
815 void SkipLazyFunctionBody(const AstRawString* function_name,
873 void ParserTraits::SkipLazyFunctionBody(const AstRawString* function_name, function in class:v8::internal::ParserTraits
877 return parser_->SkipLazyFunctionBody(
H A Dpreparser.h1359 V8_INLINE void SkipLazyFunctionBody(PreParserIdentifier function_name, function in class:v8::internal::PreParserTraits
1513 V8_INLINE void SkipLazyFunctionBody(PreParserIdentifier function_name,
2652 this->SkipLazyFunctionBody(this->EmptyIdentifier(),
H A Dparser.cc3653 SkipLazyFunctionBody(function_name, &materialized_literal_count,
3701 void Parser::SkipLazyFunctionBody(const AstRawString* function_name, function in class:v8::internal::Parser

Completed in 463 milliseconds