Home
last modified time | relevance | path

Searched refs:DataPropertyInLiteralFlag (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-object.cc845 static_cast<DataPropertyInLiteralFlag>(flag); in RUNTIME_FUNCTION()
847 PropertyAttributes attrs = (flags & DataPropertyInLiteralFlag::kDontEnum) in RUNTIME_FUNCTION()
851 if (flags & DataPropertyInLiteralFlag::kSetFunctionName) { in RUNTIME_FUNCTION()
/external/v8/src/
Dglobals.h1417 enum class DataPropertyInLiteralFlag { enum
1422 typedef base::Flags<DataPropertyInLiteralFlag> DataPropertyInLiteralFlags;
/external/v8/src/interpreter/
Dbytecode-generator.cc2319 DataPropertyInLiteralFlag::kNoFlags; in VisitObjectLiteral()
2321 data_property_flags |= DataPropertyInLiteralFlag::kSetFunctionName; in VisitObjectLiteral()