Home
last modified time | relevance | path

Searched refs:AsRawPropertyName (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.cc1564 property->key()->AsLiteral()->AsRawPropertyName(); in VisitForInAssignment()
1594 ->LoadLiteral(property->key()->AsLiteral()->AsRawPropertyName()) in VisitForInAssignment()
2212 literal, key->AsRawPropertyName(), feedback_index(slot)); in VisitObjectLiteral()
2216 literal, key->AsRawPropertyName(), feedback_index(slot)); in VisitObjectLiteral()
2890 name = property->key()->AsLiteral()->AsRawPropertyName(); in VisitAssignment()
2906 ->LoadLiteral(property->key()->AsLiteral()->AsRawPropertyName()) in VisitAssignment()
3449 property->key()->AsLiteral()->AsRawPropertyName(); in VisitPropertyLoad()
3488 ->LoadLiteral(property->key()->AsLiteral()->AsRawPropertyName()) in VisitNamedSuperPropertyLoad()
3968 name = property->key()->AsLiteral()->AsRawPropertyName(); in VisitCountOperation()
3992 ->LoadLiteral(property->key()->AsLiteral()->AsRawPropertyName()) in VisitCountOperation()
/external/v8/src/objects/
Dliteral-objects.cc554 Handle<String> name = key_literal->AsRawPropertyName()->string(); in BuildClassBoilerplate()
/external/v8/src/ast/
Dast.cc532 : Handle<Object>::cast(key_literal->AsRawPropertyName()->string()); in BuildBoilerplateDescription()
Dast.h1043 const AstRawString* AsRawPropertyName() { in AsRawPropertyName() function
/external/v8/src/parsing/
Dparser.h677 fni_->PushLiteralName(expression->AsLiteral()->AsRawPropertyName());
Dparser.cc2805 property = key->AsLiteral()->AsRawPropertyName(); in BuildAssertIsCoercible()