Lines Matching refs:v8_str

1809     v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1811 ctx2->Global()->Set(v8_str("o"), v);
1818 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(isolate, 0));
1855 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1857 ctx2->Global()->Set(v8_str("o"), v);
1864 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(isolate, 0));
1899 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1901 ctx2->Global()->Set(v8_str("o"), v);
1908 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(isolate, 0));
1943 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1945 ctx2->Global()->Set(v8_str("o"), v);
1956 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(isolate, 0));
2000 CcTest::global()->Get(v8_str("f"))));
2017 v8::Handle<v8::Function>::Cast(global->Get(v8_str("g")));
2037 CcTest::global()->Get(v8_str("base"))));
2112 CcTest::global()->Get(v8_str("f"))));
2169 CcTest::global()->Get(v8_str("f"))));
2207 CHECK_EQ(4, res->ToObject()->GetRealNamedProperty(v8_str("x"))->Int32Value());
2248 v8::Local<v8::Value> int_array = v8::Object::Cast(*res)->Get(v8_str("0"));
2251 v8::Local<v8::Value> double_array = v8::Object::Cast(*res)->Get(v8_str("1"));
2467 v8::Local<v8::Value> int_array = v8::Object::Cast(*res)->Get(v8_str("0"));
2470 v8::Local<v8::Value> double_array = v8::Object::Cast(*res)->Get(v8_str("1"));
2516 v8::Local<v8::Value> int_array_1 = v8::Object::Cast(*res)->Get(v8_str("0"));
2519 v8::Local<v8::Value> int_array_2 = v8::Object::Cast(*res)->Get(v8_str("1"));
2566 v8::Object::Cast(*res)->Get(v8_str("0"));
2570 v8::Object::Cast(*res)->Get(v8_str("1"));
2702 v8::Object::Cast(*res)->Get(v8_str("0"))->Int32Value());
2740 CcTest::global()->Get(v8_str("root"))));
2772 CcTest::global()->Get(v8_str(name))));
2933 CcTest::global()->Get(v8_str("root"))));
2977 CcTest::global()->Get(v8_str("root"))));
3075 CcTest::global()->Get(v8_str("g"))));
3088 v8::Handle<v8::String> value = v8_str("val string");
3100 if (i == 0) obj->SetHiddenValue(v8_str("key string"), value);
3102 if (i == 1) obj->SetHiddenValue(v8_str("key string"), value);
3107 CHECK(value->Equals(obj->GetHiddenValue(v8_str("key string"))));
3128 fun1 = env->Global()->Get(v8_str("fun"));
3134 fun2 = env->Global()->Get(v8_str("fun"));
3139 CcTest::global()->Set(v8_str("fun1"), fun1);
3140 CcTest::global()->Set(v8_str("fun2"), fun2);
3146 CcTest::global()->Get(v8_str("f"))));
3196 CcTest::global()->Get(v8_str("f"))));
3218 obj1 = env->Global()->Get(v8_str("obj"));
3223 CcTest::global()->Set(v8_str("obj1"), obj1);
3228 CcTest::global()->Get(v8_str("f"))));
3252 obj1 = env->Global()->Get(v8_str("obj"));
3258 obj2 = env->Global()->Get(v8_str("obj"));
3263 CcTest::global()->Set(v8_str("obj1"), obj1);
3264 CcTest::global()->Set(v8_str("obj2"), obj2);
3269 CcTest::global()->Get(v8_str("f"))));
3425 CcTest::global()->Get(v8_str("f"))));
3432 CcTest::global()->Get(v8_str("g"))));
3480 CcTest::global()->Get(v8_str("f"))));
3528 CcTest::global()->Get(v8_str("f"))));
3549 CcTest::global()->Get(v8_str("flushMe"))));
3618 v8_str("fastliteralcase(mote, 2.5);");
3620 v8::Local<v8::String> array_name = v8_str("mote");
3693 CcTest::global()->Get(v8_str("f"))));
3750 CcTest::global()->Get(v8_str("f"))));
3896 CcTest::global()->Get(v8_str("bar"))));
3944 CcTest::global()->Get(v8_str("bar"))));
3985 CcTest::global()->Get(v8_str("bar"))));
4050 CcTest::global()->Get(v8_str(name))));
4278 v8::Handle<v8::Function>::Cast(global->Get(v8_str("crash")));