OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasTrivialContext
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
scopes.h
365
bool
HasTrivialContext
() const;
scopes.cc
363
bool Scope::
HasTrivialContext
() const {
383
return !scope_inside_with_ && outer->
HasTrivialContext
();
[
all
...]
Completed in 259 milliseconds