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

  /external/v8/test/mjsunit/harmony/
string-endswith.js 91 var CustomType = function(value) {
105 var o = new CustomType(v);
string-startswith.js 91 var CustomType = function(value) {
105 var o = new CustomType(v);
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 318 InsertItemWithTag(PDB_SymType::CustomType);
380 VerifyDyncast<PDBSymbolTypeCustom>(PDB_SymType::CustomType);
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 297 CustomType,

Completed in 76 milliseconds