Home | History | Annotate | Download | only in cctest

Lines Matching refs:Local

1779     v8::Local<v8::Context>::New(isolate, ctx1p)->Enter();
1788 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p);
1789 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p);
1790 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1793 v8::Local<v8::Value> res = CompileRun(
1801 v8::Local<v8::Context>::New(isolate, ctx1)->Exit();
1825 v8::Local<v8::Context>::New(isolate, ctx1p)->Enter();
1834 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p);
1835 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p);
1836 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1839 v8::Local<v8::Value> res = CompileRun(
1869 v8::Local<v8::Context>::New(isolate, ctx1p)->Enter();
1878 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p);
1879 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p);
1880 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1883 v8::Local<v8::Value> res = CompileRun(
1913 v8::Local<v8::Context>::New(isolate, ctx1p)->Enter();
1922 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p);
1923 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p);
1924 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1927 v8::Local<v8::Value> res = CompileRun(
2177 v8::Local<v8::Value> res = CompileRun(
2227 v8::Local<v8::Value> res = CompileRun(source.start());
2229 v8::Local<v8::Value> int_array = v8::Object::Cast(*res)->Get(v8_str("0"));
2232 v8::Local<v8::Value> double_array = v8::Object::Cast(*res)->Get(v8_str("1"));
2276 v8::Local<v8::Value> res = CompileRun(source.start());
2317 v8::Local<v8::Value> res = CompileRun(source.start());
2367 v8::Local<v8::Value> res = CompileRun(source.start());
2407 v8::Local<v8::Value> res = CompileRun(source.start());
2446 v8::Local<v8::Value> res = CompileRun(source.start());
2448 v8::Local<v8::Value> int_array = v8::Object::Cast(*res)->Get(v8_str("0"));
2451 v8::Local<v8::Value> double_array = v8::Object::Cast(*res)->Get(v8_str("1"));
2495 v8::Local<v8::Value> res = CompileRun(source.start());
2497 v8::Local<v8::Value> int_array_1 = v8::Object::Cast(*res)->Get(v8_str("0"));
2500 v8::Local<v8::Value> int_array_2 = v8::Object::Cast(*res)->Get(v8_str("1"));
2544 v8::Local<v8::Value> res = CompileRun(source.start());
2546 v8::Local<v8::Value> double_array_1 =
2550 v8::Local<v8::Value> double_array_2 =
2609 v8::Local<v8::Value> res = CompileRun(source.start());
2657 v8::Local<v8::Value> res = CompileRun(source.start());
2673 v8::Local<v8::Value> res = CompileRun(
3102 v8::Local<v8::Value> fun1, fun2;
3188 v8::Local<v8::Value> obj1;
3222 v8::Local<v8::Value> obj1, obj2;
3584 v8::Local<v8::String> mote_code_string =
3587 v8::Local<v8::String> array_name = v8_str("mote");
4292 v8::Local<v8::Context> context = v8::Context::New(isolate, NULL, global);
4296 v8::Local<v8::Value> result = CompileRun(
4313 v8::Local<v8::Value> result = CompileRun(
4336 v8::Local<v8::Value> result = CompileRun("'abc'");