Home
last modified time | relevance | path

Searched defs:script_scope (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/debug/
Ddebug-scopes.cc444 Handle<JSObject> script_scope = in MaterializeScriptScope() local
/external/v8/src/parsing/
Dparser.h100 Scope* script_scope() { return script_scope_; } in script_scope() function
101 void set_script_scope(Scope* script_scope) { script_scope_ = script_scope; } in set_script_scope()
/external/v8/src/ast/
Dscopes.cc222 Context* context, Scope* script_scope) { in DeserializeScopeChain()
/external/v8/test/cctest/
Dtest-parsing.cc1074 i::Scope* script_scope = info.literal()->scope(); in TEST() local
3357 i::Scope* script_scope = in TEST() local
3405 i::Scope* script_scope = in TEST() local