OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsTransition
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
property.h
164
return !
IsTransition
() && details_.type() == CALLBACKS;
184
bool
IsTransition
() const { return lookup_type_ == TRANSITION_TYPE; }
188
return IsFound() && !
IsTransition
();
192
DCHECK(
IsTransition
());
197
return
IsTransition
() && details_.type() == FIELD;
hydrogen.h
[
all
...]
Completed in 109 milliseconds