Searched refs:global0 (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/cctest/ |
D | test-api.cc | 2838 v8::Handle<v8::Object> global0 = context0->Global(); in THREADED_TEST() local 2839 global0->Set(v8_str("custom"), v8_num(1234)); in THREADED_TEST() 2840 CHECK_EQ(1234, global0->Get(v8_str("custom"))->Int32Value()); in THREADED_TEST() 2847 CHECK_NE(global0, global1); in THREADED_TEST() 2848 CHECK_EQ(1234, global0->Get(v8_str("custom"))->Int32Value()); in THREADED_TEST() 2868 v8::Handle<v8::Object> global0 = in THREADED_TEST() local 2871 v8::Handle<v8::Object>::Cast(global0->Get(v8_str("Object"))); in THREADED_TEST() 4071 v8::Handle<v8::Object> global0 = context0->Global(); in TEST() local 4074 global0->Set(v8_str("0"), v8_num(999)); in TEST() 4075 v8::Handle<Value> foo0 = global0->Get(v8_str("foo")); in TEST() [all …]
|
/external/openssl/crypto/des/asm/ |
D | des_enc.m4 | 78 #define global0 %g0 789 andcc $1, 3, global0 852 andcc $1, 3, global0 987 andcc $1, 3, global0
|