OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AsSlot
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
variables.cc
60
Slot* Variable::
AsSlot
() const {
61
return rewrite_ == NULL ? NULL : rewrite_->
AsSlot
();
66
Slot* slot =
AsSlot
();
72
Slot* s =
AsSlot
();
78
Slot* s =
AsSlot
();
84
Slot* s =
AsSlot
();
ast.h
159
virtual Slot*
AsSlot
() { return NULL; }
1078
if (rewrite == NULL || rewrite->
AsSlot
() != NULL) return var_;
[
all
...]
Completed in 164 milliseconds