OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maybe_unary
(Results
1 - 1
of
1
) sorted by null
/external/v8/src/ast/
ast.cc
887
UnaryOperation*
maybe_unary
= expr->AsUnaryOperation();
local
888
return
maybe_unary
!= NULL &&
maybe_unary
->op() == Token::TYPEOF;
929
UnaryOperation*
maybe_unary
= expr->AsUnaryOperation();
local
930
return
maybe_unary
!= NULL &&
931
maybe_unary
->op() == Token::VOID &&
932
maybe_unary
->expression()->IsLiteral();
[
all
...]
Completed in 86 milliseconds