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

  /external/chromium_org/third_party/WebKit/Source/platform/
NotImplemented.h 33 #define notImplemented() ((void)0)
40 #define notImplemented() do { \
  /external/chromium_org/v8/test/promises-aplus/lib/
assert.js 75 function notImplemented() {
87 assert.deepEqual = notImplemented;
88 assert.notDeepEqual = notImplemented;
91 assert.throws = notImplemented;
92 assert.doesNotThrow = notImplemented;
93 assert.ifError = notImplemented;

Completed in 71 milliseconds