Searched refs:fun0 (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-compiler.cc292 Handle<JSFunction> fun0 = Compile(source); local
293 CHECK(!fun0.is_null());
298 Execution::Call(fun0, global, 0, NULL, &has_pending_exception);
/external/chromium_org/v8/test/cctest/
H A Dtest-compiler.cc287 Handle<JSFunction> fun0 = Compile(source); local
288 CHECK(!fun0.is_null());
289 Isolate* isolate = fun0->GetIsolate();
295 isolate, fun0, global, 0, NULL, &has_pending_exception);

Completed in 223 milliseconds