Home
last modified time | relevance | path

Searched refs:BuildCreateJSGeneratorObject (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser.h1099 Expression* BuildCreateJSGeneratorObject(int pos, FunctionKind kind);
Dparser.cc4061 BuildCreateJSGeneratorObject(pos, kind), RelocInfo::kNoPosition); in DesugarAsyncFunctionBody()
4672 Expression* Parser::BuildCreateJSGeneratorObject(int pos, FunctionKind kind) { in BuildCreateJSGeneratorObject() function in v8::internal::Parser
4750 Expression* allocation = BuildCreateJSGeneratorObject(pos, kind); in ParseEagerFunctionBody()