OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AsProperty
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
variables.cc
55
Property* Variable::
AsProperty
() const {
56
return rewrite_ == NULL ? NULL : rewrite_->
AsProperty
();
ast.h
1071
virtual Property*
AsProperty
() {
1072
return var_ == NULL ? NULL : var_->
AsProperty
();
[
all
...]
Completed in 381 milliseconds