Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.cc533 bool ObjectLiteralBoilerplateBuilder::IsFastCloningSupported() const { in IsFastCloningSupported() function in v8::internal::ObjectLiteralBoilerplateBuilder
738 bool ArrayLiteralBoilerplateBuilder::IsFastCloningSupported() const { in IsFastCloningSupported() function in v8::internal::ArrayLiteralBoilerplateBuilder
Dast.h1274 bool IsFastCloningSupported() const;
1396 bool IsFastCloningSupported() const;
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc3042 DCHECK(expr->builder()->IsFastCloningSupported()); in VisitObjectLiteral()
3058 expr->builder()->IsFastCloningSupported()); in VisitObjectLiteral()
3410 array_literal_builder->IsFastCloningSupported(), in BuildCreateArrayLiteral()
3415 DCHECK(array_literal_builder->IsFastCloningSupported()); in BuildCreateArrayLiteral()