Home
last modified time | relevance | path

Searched refs:DataPropertyInLiteralFlags (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dglobals.h1329 typedef base::Flags<DataPropertyInLiteralFlag> DataPropertyInLiteralFlags; typedef
1330 DEFINE_OPERATORS_FOR_FLAGS(DataPropertyInLiteralFlags)
/external/v8/src/interpreter/
Dbytecode-array-builder.h138 Register object, Register name, DataPropertyInLiteralFlags flags, in NON_EXPORTED_BASE()
Dbytecode-array-builder.cc638 Register object, Register name, DataPropertyInLiteralFlags flags, in StoreDataPropertyInLiteral()
Dbytecode-generator.cc1578 DataPropertyInLiteralFlags flags = DataPropertyInLiteralFlag::kDontEnum; in VisitClassLiteralProperties()
1818 DataPropertyInLiteralFlags data_property_flags = in VisitObjectLiteral()
/external/v8/src/runtime/
Druntime-object.cc660 DataPropertyInLiteralFlags flags = in RUNTIME_FUNCTION()