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

  /external/chromium_org/v8/test/cctest/
test-compiler.cc 279 Handle<JSFunction> fun0 = Compile(source); local
280 CHECK(!fun0.is_null());
281 Isolate* isolate = fun0->GetIsolate();
286 Execution::Call(fun0, global, 0, NULL, &has_pending_exception);
  /external/v8/test/cctest/
test-compiler.cc 292 Handle<JSFunction> fun0 = Compile(source); local
293 CHECK(!fun0.is_null());
298 Execution::Call(fun0, global, 0, NULL, &has_pending_exception);

Completed in 1551 milliseconds