Home
last modified time | relevance | path

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

/external/v8/src/
Dlayout-descriptor.h92 static Handle<LayoutDescriptor> NewForTesting(Isolate* isolate, int length);
Dlayout-descriptor.cc178 Handle<LayoutDescriptor> LayoutDescriptor::NewForTesting(Isolate* isolate, in NewForTesting() function in v8::internal::LayoutDescriptor
/external/v8/test/cctest/
Dtest-unboxed-doubles.cc247 Handle<LayoutDescriptor> layout_descriptor = LayoutDescriptor::NewForTesting( in TestLayoutDescriptorQueries()