Searched refs:DeclarePromiseVar (Results 1 – 3 of 3) sorted by relevance
688 Variable* DeclarePromiseVar(const AstRawString* name);
717 Variable* DeclarationScope::DeclarePromiseVar(const AstRawString* name) { in DeclarePromiseVar() function in v8::internal::DeclarationScope
3112 promise = function_state_->scope()->DeclarePromiseVar( in PromiseVariable()