Home
last modified time | relevance | path

Searched defs:IsPrototype (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h1483 bool IsPrototype() { in IsPrototype() function
/external/v8/src/ast/
Dast.h1303 bool IsPrototype() const { return kind() == PROTOTYPE; } in IsPrototype() function