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

/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc380 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); local
386 env.Reset(v8_isolate, v8::Context::New(v8_isolate));
390 v8::HandleScope handle_scope(v8_isolate);
391 v8::Local<v8::Context>::New(v8_isolate, env)->Enter();
404 v8::HandleScope handle_scope(v8_isolate);
405 v8::Local<v8::String> foo = v8::String::NewFromUtf8(v8_isolate, "foo");
415 v8::HandleScope handle_scope(v8_isolate);
416 v8::Local<v8::Context>::New(v8_isolate, env)->Exit();
531 v8::Isolate* v8_isolate local
[all...]
H A Dtest-global-handles.cc325 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); local
338 object->Set(i, v8::Integer::New(i, v8_isolate));
344 eternals[i].Set(v8_isolate, object);
359 local = eternals[i].Get(v8_isolate);
374 v8::Eternal<v8::Object> eternal(v8_isolate, object);
376 CHECK(object == eternal.Get(v8_isolate));
H A Dtest-debug.cc1024 v8::Isolate* v8_isolate = CcTest::isolate(); local
1047 v8::Debug::DebugBreak(v8_isolate);
1051 v8::V8::TerminateExecution(v8_isolate);
H A Dtest-api.cc15195 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); local
15196 v8::HandleScope scope(v8_isolate);
15198 v8::Local<v8::Context> current = v8_isolate->GetCurrentContext();
/external/chromium_org/v8/src/
H A Dhandles.cc228 static void ClearWrapperCache(v8::Isolate* v8_isolate, argument
237 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate);
H A Dapi.cc613 bool SetResourceConstraints(Isolate* v8_isolate, argument
615 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
677 void V8::Eternalize(Isolate* v8_isolate, Value* value, int* index) { argument
678 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
684 Local<Value> V8::GetEternal(Isolate* v8_isolate, int index) { argument
685 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
744 EscapableHandleScope::EscapableHandleScope(Isolate* v8_isolate) { argument
745 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
747 Initialize(v8_isolate);
1800 v8::Isolate* v8_isolate local
4134 New(Isolate* v8_isolate, FunctionCallback callback, Local<Value> data, int length) argument
5575 NewString(Isolate* v8_isolate, const char* location, const char* env, const Char* data, String::NewStringType type, int length) argument
[all...]

Completed in 425 milliseconds