Searched refs:kMaximumClonedShallowObjectProperties (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/interpreter/
H A Dbytecode-flags.cc30 ConstructorBuiltinsAssembler::kMaximumClonedShallowObjectProperties <=
34 ConstructorBuiltinsAssembler::kMaximumClonedShallowObjectProperties);
/external/v8/src/builtins/
H A Dbuiltins-constructor.h41 static const int kMaximumClonedShallowObjectProperties = 6; member in class:v8::internal::ConstructorBuiltinsAssembler
H A Dbuiltins-constructor.cc734 DCHECK_LE(properties_count, kMaximumClonedShallowObjectProperties);
/external/v8/src/ast/
H A Dast.cc685 kMaximumClonedShallowObjectProperties;
/external/v8/src/compiler/
H A Djs-generic-lowering.cc458 ConstructorBuiltinsAssembler::kMaximumClonedShallowObjectProperties) {

Completed in 529 milliseconds