Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2599 ->LoadLiteral(property->key()->AsLiteral()->AsRawPropertyName()) in BuildClassLiteral()
2857 property->key()->AsLiteral()->AsRawPropertyName(), in BuildClassProperty()
3127 builder()->DefineNamedOwnProperty(literal, key->AsRawPropertyName(), in VisitObjectLiteral()
3939 property->key()->AsLiteral()->AsRawPropertyName(); in PrepareAssignmentLhs()
3970 ->LoadLiteral(property->key()->AsLiteral()->AsRawPropertyName()) in PrepareAssignmentLhs()
4393 value_name = pattern_key->AsLiteral()->AsRawPropertyName(); in BuildDestructuringObjectAssignment()
5086 property->key()->AsLiteral()->AsRawPropertyName(); in VisitPropertyLoad()
5290 auto name = property->key()->AsLiteral()->AsRawPropertyName(); in VisitNamedSuperPropertyLoad()
5306 ->LoadLiteral(property->key()->AsLiteral()->AsRawPropertyName()) in VisitNamedSuperPropertyLoad()
5938 name = property->key()->AsLiteral()->AsRawPropertyName(); in VisitCountOperation()
[all …]
/third_party/node/deps/v8/src/objects/
Dliteral-objects.cc707 Handle<String> name = key_literal->AsRawPropertyName()->string(); in BuildClassBoilerplate()
/third_party/node/deps/v8/src/ast/
Dast.cc517 : Handle<Object>::cast(key_literal->AsRawPropertyName()->string()); in BuildBoilerplateDescription()
Dast.h948 const AstRawString* AsRawPropertyName() { in AsRawPropertyName() function
/third_party/node/deps/v8/src/parsing/
Dparser.h652 fni_.PushLiteralName(expression->AsLiteral()->AsRawPropertyName());
/third_party/node/deps/v8/src/execution/
Dmessages.cc937 ->AsRawPropertyName() in ThrowLoadFromNullOrUndefined()