Home
last modified time | relevance | path

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

/external/v8/src/
Dlayout-descriptor.h93 static Handle<LayoutDescriptor> NewForTesting(Isolate* isolate, int length);
Dlayout-descriptor.cc179 Handle<LayoutDescriptor> LayoutDescriptor::NewForTesting(Isolate* isolate, in NewForTesting() function in v8::internal::LayoutDescriptor
/external/v8/src/compiler/
Dtypes.h264 static Type* NewForTesting(bitset bits) { return New(bits); } in NewForTesting() function
/external/v8/src/ast/
Dast-types.h336 static AstType* NewForTesting(bitset bits) { return New(bits); } in NewForTesting() function