HomeSort by relevance Sort by last modified time
    Searched refs:NewForTesting (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
layout-descriptor.h 93 static Handle<LayoutDescriptor> NewForTesting(Isolate* isolate, int length);
layout-descriptor.cc 179 Handle<LayoutDescriptor> LayoutDescriptor::NewForTesting(Isolate* isolate,
  /external/v8/src/compiler/
types.h 264 static Type* NewForTesting(bitset bits) { return New(bits); }
  /external/v8/src/ast/
ast-types.h 336 static AstType* NewForTesting(bitset bits) { return New(bits); }
    [all...]

Completed in 214 milliseconds