Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h790 void AllocateDeclaredGlobal(Isolate* isolate, Variable* var);
Dscopes.cc1570 void Scope::AllocateDeclaredGlobal(Isolate* isolate, Variable* var) { in AllocateDeclaredGlobal() function in v8::internal::Scope
1609 AllocateDeclaredGlobal(isolate, vars[i].var()); in AllocateNonParameterLocalsAndDeclaredGlobals()