Home
last modified time | relevance | path

Searched refs:DefineKeyedOwnPropertyInLiteralFlag (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/common/
Dglobals.h1588 enum class DefineKeyedOwnPropertyInLiteralFlag { enum
1594 base::Flags<DefineKeyedOwnPropertyInLiteralFlag>;
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc1152 (flags & DefineKeyedOwnPropertyInLiteralFlag::kDontEnum) in RUNTIME_FUNCTION()
1156 if (flags & DefineKeyedOwnPropertyInLiteralFlag::kSetFunctionName) { in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc2591 DCHECK(!(cflags & DefineKeyedOwnPropertyInLiteralFlag::kDontEnum)); in ReduceJSDefineKeyedOwnPropertyInLiteral()
2592 if (cflags & DefineKeyedOwnPropertyInLiteralFlag::kSetFunctionName) in ReduceJSDefineKeyedOwnPropertyInLiteral()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2773 DefineKeyedOwnPropertyInLiteralFlag::kNoFlags; in BuildClassLiteral()
3245 DefineKeyedOwnPropertyInLiteralFlag::kNoFlags; in VisitObjectLiteral()
3248 DefineKeyedOwnPropertyInLiteralFlag::kSetFunctionName; in VisitObjectLiteral()