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

/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc1454 static void CallJsFunction2(const v8::FunctionCallbackInfo<v8::Value>& info) { function
1455 v8::base::OS::Print("In CallJsFunction2\n");
1467 " CallJsFunction2(foo);\n"
1481 // 54 0 CallJsFunction2 #0 6
1497 env->GetIsolate(), CallJsFunction2)->GetFunction();
1498 func2->SetName(v8::String::NewFromUtf8(env->GetIsolate(), "CallJsFunction2"));
1500 v8::String::NewFromUtf8(env->GetIsolate(), "CallJsFunction2"), func2);
1531 GetChild(env->GetIsolate(), barNode, "CallJsFunction2");

Completed in 99 milliseconds