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

  /external/chromium_org/v8/test/cctest/
test-compiler.cc 293 Handle<Object> fun1(fun1_object->ToObjectChecked(), isolate);
294 CHECK(fun1->IsJSFunction());
298 Execution::Call(Handle<JSFunction>::cast(fun1),
369 Handle<JSFunction> fun1 = v8::Utils::OpenHandle( local
373 CHECK(fun1->IsOptimized() || !fun1->IsOptimizable());
375 CHECK_EQ(fun1->code(), fun2->code());
test-heap.cc 2718 v8::Local<v8::Value> fun1, fun2; local
    [all...]

Completed in 63 milliseconds