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

/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc11869 v8::Handle<Value> call_ic_function3; variable
12951 info.GetReturnValue().Set(call_ic_function3);
12969 call_ic_function3 = v8_compile("function h(x) { return x; }; h")->Run();

Completed in 169 milliseconds