Searched defs:IsPropertyName (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dast.h326 virtual bool IsPropertyName() { return false; } function in class:v8::internal::Expression
1214 virtual bool IsPropertyName() { function in class:v8::internal::Literal
1223 ASSERT(IsPropertyName());
/external/chromium_org/v8/src/
H A Dast.h341 virtual bool IsPropertyName() { return false; } function in class:v8::internal::Expression
1331 virtual bool IsPropertyName() { function in class:v8::internal::Literal
1340 ASSERT(IsPropertyName());

Completed in 110 milliseconds