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

  /external/v8/src/base/
macros.h 245 TypeName(const TypeName&) V8_DELETE; \
246 void operator=(const TypeName&) V8_DELETE
256 TypeName() V8_DELETE; \
  /external/v8/include/
v8config.h 357 // A(const A& other) V8_DELETE;
358 // A& operator=(const A& other) V8_DELETE;
361 # define V8_DELETE = delete
363 # define V8_DELETE /* NOT SUPPORTED */

Completed in 75 milliseconds