Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc63 LookupIterator::Configuration lookup_config( in DeclareGlobal() local
68 lookup_config = LookupIterator::Configuration::OWN; in DeclareGlobal()
70 LookupIterator it(global, name, global, lookup_config); in DeclareGlobal()