Home | History | Annotate | Download | only in cctest

Lines Matching refs:Local

119       *v8::Local<v8::Function>::Cast(
357 v8::Local<v8::String> name1 = v8::String::NewFromUtf8(env->GetIsolate(), "1");
366 v8::Local<v8::String> name2 = v8::String::NewFromUtf8(env->GetIsolate(), "2");
372 v8::Local<v8::String> name3 = v8::String::NewFromUtf8(env->GetIsolate(), "3");
394 v8::Local<v8::String> profile_name =
407 v8::Local<v8::String> profile_name =
548 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
556 RunProfiler(env.local(), function, args, ARRAY_SIZE(args), 200);
626 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
634 RunProfiler(env.local(), function, args, ARRAY_SIZE(args), 200);
663 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
671 RunProfiler(env.local(), function, args, ARRAY_SIZE(args), 200, true);
715 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
727 RunProfiler(env.local(), function, args, ARRAY_SIZE(args), 100);
771 static void Getter(v8::Local<v8::String> name,
777 static void Setter(v8::Local<v8::String> name,
778 v8::Local<v8::Value> value,
822 v8::Local<v8::FunctionTemplate> func_template =
824 v8::Local<v8::ObjectTemplate> instance_template =
828 v8::Local<v8::External> data =
833 v8::Local<v8::Function> func = func_template->GetFunction();
834 v8::Local<v8::Object> instance = func->NewInstance();
841 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
847 RunProfiler(env.local(), function, args, ARRAY_SIZE(args), 180);
867 v8::Local<v8::FunctionTemplate> func_template =
869 v8::Local<v8::ObjectTemplate> instance_template =
873 v8::Local<v8::External> data =
878 v8::Local<v8::Function> func = func_template->GetFunction();
879 v8::Local<v8::Object> instance = func->NewInstance();
886 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
904 RunProfiler(env.local(), function, args, ARRAY_SIZE(args), 200);
929 v8::Local<v8::External> data =
932 v8::Local<v8::FunctionTemplate> func_template =
936 v8::Local<v8::ObjectTemplate> proto_template =
938 v8::Local<v8::Signature> signature =
945 v8::Local<v8::Function> func = func_template->GetFunction();
946 v8::Local<v8::Object> instance = func->NewInstance();
952 v8::Local<v8::Function> function = v8::Local
958 RunProfiler(env.local(), function, args, ARRAY_SIZE(args), 100);
975 v8::Local<v8::External> data =
978 v8::Local<v8::FunctionTemplate> func_template =
982 v8::Local<v8::ObjectTemplate> proto_template =
984 v8::Local<v8::Signature> signature =
991 v8::Local<v8::Function> func = func_template->GetFunction();
992 v8::Local<v8::Object> instance = func->NewInstance();
998 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
1015 RunProfiler(env.local(), function, args, ARRAY_SIZE(args), 100);
1048 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
1056 RunProfiler(env.local(), function, args, ARRAY_SIZE(args), 100);
1109 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
1117 RunProfiler(env.local(), function, args, ARRAY_SIZE(args), 100);
1191 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
1200 RunProfiler(env.local(), function, args, ARRAY_SIZE(args), 100);
1290 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1293 v8::Local<v8::FunctionTemplate> func_template = v8::FunctionTemplate::New(
1295 v8::Local<v8::Function> func = func_template->GetFunction();
1302 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
1374 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1377 v8::Local<v8::FunctionTemplate> func_template = v8::FunctionTemplate::New(
1379 v8::Local<v8::Function> func = func_template->GetFunction();
1387 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
1466 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1469 v8::Local<v8::FunctionTemplate> func_template = v8::FunctionTemplate::New(
1471 v8::Local<v8::Function> func1 = func_template->GetFunction();
1476 v8::Local<v8::Function> func2 = v8::FunctionTemplate::New(
1485 v8::Local<v8::Function> function = v8::Local<v8::Function>::Cast(
1534 v8::Local<v8::String> profile_name =
1597 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);
1641 v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);