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

/external/v8/src/
H A Dast.cc270 MaterializedLiteral* m_literal = property->value()->AsMaterializedLiteral(); local
271 if (m_literal != NULL) {
272 m_literal->BuildConstants(isolate);
273 if (m_literal->depth() >= depth_acc) depth_acc = m_literal->depth() + 1;
340 MaterializedLiteral* m_literal = element->AsMaterializedLiteral(); local
341 if (m_literal != NULL) {
342 m_literal->BuildConstants(isolate);
343 if (m_literal->depth() + 1 > depth_acc) {
344 depth_acc = m_literal
[all...]

Completed in 39 milliseconds