Home | History | Annotate | Download | only in cctest

Lines Matching refs:EXTERNAL

723   // Turn into external string with unaligned resource data.
851 // Use a stack allocated external string resource allocated object.
871 // Use a heap allocated external string resource allocated object.
970 // VMState is set to EXTERNAL.
972 CHECK_EQ(i::EXTERNAL, isolate->current_vm_state());
1310 void* ptr = v8::External::Cast(*args.Data())->Value();
1321 v8::External::New(env->GetIsolate(), expected_ptr);
3216 THREADED_TEST(External) {
3219 Local<v8::External> ext = v8::External::New(CcTest::isolate(), &x);
3223 v8::Handle<v8::External> reext = reext_obj.As<v8::External>();
3231 Local<v8::Value> zero = v8::External
3232 Local<v8::Value> one = v8::External::New(CcTest::isolate(), &data[1]);
3233 Local<v8::Value> two = v8::External::New(CcTest::isolate(), &data[2]);
3234 Local<v8::Value> three = v8::External::New(CcTest::isolate(), &data[3]);
3236 char* char_ptr = reinterpret_cast<char*>(v8::External::Cast(*zero)->Value());
3238 char_ptr = reinterpret_cast<char*>(v8::External::Cast(*one)->Value());
3240 char_ptr = reinterpret_cast<char*>(v8::External::Cast(*two)->Value());
3242 char_ptr = reinterpret_cast<char*>(v8::External::Cast(*three)->Value());
4709 // when setting up an external handler.
7015 static_cast<Whammy*>(v8::Handle<v8::External>::Cast(info.Data())->Value());
7038 v8::External::New(CcTest::isolate(), whammy));
11625 reinterpret_cast<int*>(v8::External::Cast(*info.Data())->Value());
11801 v8::External::New(CcTest::isolate(), &interceptor_call_count));
11829 v8::External::New(CcTest::isolate(), &interceptor_call_count));
11860 v8::External::New(CcTest::isolate(), &interceptor_call_count));
11897 v8::External::New(CcTest::isolate(), &interceptor_call_count));
11934 v8::External::New(CcTest::isolate(), &interceptor_call_count));
11974 v8::External::New(CcTest::isolate(), &interceptor_call_count));
12549 // external code.
14710 // Morph external string to be TwoByte string.
14718 // Morph external string to be ASCII string.
14811 // Compile the sources as external two byte strings.
14866 // * turn the subject string from one-byte internal to two-byte external string
16099 // Set the elements to be the external array.
16123 // Set the elements to be the external array.
16187 // the external array. Ensure that setting and accessing the "" property
16188 // works (it should overwrite the information cached about the external
16193 // Property "" set after the external array is associated with the object.
16198 // Set the elements to be the external array.
16207 // Property "" set after the external array is associated with the object.
16211 // Set the elements to be the external array.
16225 // Set the elements to be the external array. Should re-use the map
16235 // when an external array is set.
16246 // Add an external array transition to the same map that
16256 // If a external array transition is in the map, it should get clobbered
16259 // Add an external array transition.
16266 // Add a constant function to the same map that just got an external array
17342 // Symbolized External.
18246 // Create external resource.
20432 // while there still is a message pending for external reporting.