HomeSort by relevance Sort by last modified time
    Searched refs:DeserializeScopeChain (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
scopes.h 97 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope);
scopes.cc 203 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope) {
    [all...]
parser.cc 610 scope = Scope::DeserializeScopeChain(*info->calling_context(), scope);
710 scope = Scope::DeserializeScopeChain(info->closure()->context(), scope);
    [all...]

Completed in 108 milliseconds