HomeSort by relevance Sort by last modified time
    Searched refs:ObjectLiteral (Results 1 - 21 of 21) sorted by null

  /external/v8/src/
ast.cc 204 bool ObjectLiteral::Property::IsCompileTimeValue() {
211 void ObjectLiteral::Property::set_emit_store(bool emit_store) {
216 bool ObjectLiteral::Property::emit_store() {
221 void ObjectLiteral::CalculateEmitStore(Zone* zone) {
227 ObjectLiteral::Property* property = properties()->at(i);
233 if ((property->kind() == ObjectLiteral::Property::MATERIALIZED_LITERAL ||
234 property->kind() == ObjectLiteral::Property::COMPUTED) &&
245 bool ObjectLiteral::IsBoilerplateProperty(ObjectLiteral::Property* property) {
247 property->kind() != ObjectLiteral::Property::PROTOTYPE
    [all...]
prettyprinter.cc 337 void PrettyPrinter::VisitObjectLiteral(ObjectLiteral* node) {
1026 void AstPrinter::VisitObjectLiteral(ObjectLiteral* node) {
1031 case ObjectLiteral::Property::CONSTANT:
1034 case ObjectLiteral::Property::COMPUTED:
1037 case ObjectLiteral::Property::MATERIALIZED_LITERAL:
1040 case ObjectLiteral::Property::PROTOTYPE:
1043 case ObjectLiteral::Property::GETTER:
1046 case ObjectLiteral::Property::SETTER:
parser.h 368 typedef ObjectLiteral::Property* ObjectLiteralProperty;
370 typedef ZoneList<ObjectLiteral::Property*>* PropertyList;
414 static bool IsBoilerplateProperty(ObjectLiteral::Property* property) {
415 return ObjectLiteral::IsBoilerplateProperty(property);
553 ZoneList<ObjectLiteral::Property*>* properties,
571 ZoneList<ObjectLiteral::Property*>* NewPropertyList(int size, Zone* zone) {
572 return new(zone) ZoneList<ObjectLiteral::Property*>(size, zone);
    [all...]
typing.cc 401 void AstTyper::VisitObjectLiteral(ObjectLiteral* expr) {
402 ZoneList<ObjectLiteral::Property*>* properties = expr->properties();
404 ObjectLiteral::Property* prop = properties->at(i);
407 if ((prop->kind() == ObjectLiteral::Property::MATERIALIZED_LITERAL &&
409 prop->kind() == ObjectLiteral::Property::COMPUTED) {
ast.h 85 V(ObjectLiteral) \
    [all...]
full-codegen.h 851 ObjectLiteral::Accessors,
855 TemplateHashMap<Literal, ObjectLiteral::Accessors,
862 if (it->second == NULL) it->second = new(zone_) ObjectLiteral::Accessors();
    [all...]
hydrogen.cc     [all...]
full-codegen.cc 213 void BreakableStatementChecker::VisitObjectLiteral(ObjectLiteral* expr) {
    [all...]
parser.cc 670 ZoneList<ObjectLiteral::Property*>* properties, int pos,
    [all...]
runtime.cc 460 bool should_have_fast_elements = (flags & ObjectLiteral::kFastElements) != 0;
461 bool has_function_literal = (flags & ObjectLiteral::kHasFunction) != 0;
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 868 void AstGraphBuilder::VisitObjectLiteral(ObjectLiteral* expr) {
893 ObjectLiteral::Property* property = expr->properties()->at(i);
898 case ObjectLiteral::Property::CONSTANT:
900 case ObjectLiteral::Property::MATERIALIZED_LITERAL:
903 case ObjectLiteral::Property::COMPUTED: {
932 case ObjectLiteral::Property::PROTOTYPE: {
943 case ObjectLiteral::Property::GETTER:
946 case ObjectLiteral::Property::SETTER:
    [all...]
  /external/v8/test/cctest/
test-func-name-inference.cc 211 TEST(ObjectLiteral) {
  /external/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/v8/src/arm64/
full-codegen-arm64.cc     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
full-codegen-mips.cc     [all...]
  /external/v8/src/mips64/
full-codegen-mips64.cc     [all...]
  /external/v8/src/x64/
full-codegen-x64.cc     [all...]
  /external/v8/src/x87/
full-codegen-x87.cc     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 209 milliseconds