Searched refs:v8_isolate (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc280 v8::Isolate* v8_isolate = NULL;
286 v8_isolate = reinterpret_cast<v8::Isolate*>(isolate);
287 v8::Isolate::Scope isolate_scope(v8_isolate);
291 return v8_isolate;
302 static void SanityCheck(v8::Isolate* v8_isolate) { argument
303 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate);
304 v8::HandleScope scope(v8_isolate);
399 v8::Isolate* v8_isolate = v8::Isolate::New(params); local
400 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate);
401 v8_isolate
483 v8::Isolate* v8_isolate = InitializeFromFile(startup_name.start()); local
526 v8::Isolate* v8_isolate = v8::Isolate::New(params); local
605 v8::Isolate* v8_isolate = InitializeFromFile(startup_name.start()); local
[all...]
H A Dtest-object-observe.cc259 v8::Isolate* v8_isolate = CcTest::isolate(); local
260 HandleScope scope(v8_isolate);
261 LocalContext context(v8_isolate);
268 obj->Set(String::NewFromUtf8(v8_isolate, "foo"),
269 Number::New(v8_isolate, 7));
270 obj->Set(1, Number::New(v8_isolate, 2));
272 obj->ForceSet(String::NewFromUtf8(v8_isolate, "foo"),
273 Number::New(v8_isolate, 3));
274 obj->ForceSet(Number::New(v8_isolate, 1), Number::New(v8_isolate,
306 v8::Isolate* v8_isolate = CcTest::isolate(); local
[all...]
H A Dtest-global-handles.cc327 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); local
339 v8::Local<v8::Object> object = v8::Object::New(v8_isolate);
340 object->Set(i, v8::Integer::New(v8_isolate, i));
346 eternals[i].Set(v8_isolate, object);
361 local = eternals[i].Get(v8_isolate);
375 v8::Local<v8::Object> object = v8::Object::New(v8_isolate);
376 v8::Eternal<v8::Object> eternal(v8_isolate, object);
378 CHECK(object == eternal.Get(v8_isolate));
H A Dtest-debug.cc919 v8::Isolate* v8_isolate = CcTest::isolate(); local
942 v8::Debug::DebugBreak(v8_isolate);
946 v8::V8::TerminateExecution(v8_isolate);
H A Dtest-api.cc15668 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); local
15669 v8::HandleScope scope(v8_isolate);
15671 v8::Local<v8::Context> current = v8_isolate->GetCurrentContext();
/external/chromium_org/v8/src/
H A Dapi.cc530 void V8::Eternalize(Isolate* v8_isolate, Value* value, int* index) { argument
531 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
537 Local<Value> V8::GetEternal(Isolate* v8_isolate, int index) { argument
538 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
591 EscapableHandleScope::EscapableHandleScope(Isolate* v8_isolate) { argument
592 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
594 Initialize(v8_isolate);
809 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); local
813 v8::Integer::New(v8_isolate, attribute)};
832 v8::Isolate* v8_isolate local
1703 CompileUnbound( Isolate* v8_isolate, Source* source, CompileOptions options) argument
1748 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); local
1783 Compile( Isolate* v8_isolate, Source* source, CompileOptions options) argument
1797 StartStreamingScript( Isolate* v8_isolate, StreamedSource* source, CompileOptions options) argument
1816 Compile(Isolate* v8_isolate, StreamedSource* v8_source, Handle<String> full_source_string, const ScriptOrigin& origin) argument
2081 v8::Isolate* v8_isolate = local
4052 New(Isolate* v8_isolate, FunctionCallback callback, Local<Value> data, int length) argument
5407 NewString(Isolate* v8_isolate, const char* location, const char* env, const Char* data, String::NewStringType type, int length) argument
5859 New(Isolate* v8_isolate) argument
6571 Isolate* v8_isolate = reinterpret_cast<Isolate*>(isolate); local
[all...]
H A Dd8.cc338 Isolate* v8_isolate = args.GetIsolate(); local
339 i::Heap* heap = reinterpret_cast<i::Isolate*>(v8_isolate)->heap();

Completed in 140 milliseconds