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

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
CacheTest.cpp 177 promise.then(UnreachableFunction::create(scriptState()), TestFunction::create(scriptState(), &onReject));
191 promise.then(TestFunction::create(scriptState(), &onResolve), UnreachableFunction::create(scriptState()));
204 class UnreachableFunction : public ScriptFunction {
208 UnreachableFunction* self = new UnreachableFunction(scriptState);
218 UnreachableFunction(ScriptState* scriptState) : ScriptFunction(scriptState) { }
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]

Completed in 94 milliseconds