HomeSort by relevance Sort by last modified time
    Searched refs:v8_isolate (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/v8/test/cctest/
test-serialize.cc 377 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); local
383 env.Reset(v8_isolate, v8::Context::New(v8_isolate));
387 v8::HandleScope handle_scope(v8_isolate);
388 v8::Local<v8::Context>::New(v8_isolate, env)->Enter();
401 v8::HandleScope handle_scope(v8_isolate);
412 v8::HandleScope handle_scope(v8_isolate);
413 v8::Local<v8::Context>::New(v8_isolate, env)->Exit();
415 env.Dispose(v8_isolate);
527 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate) local
    [all...]
test-global-handles.cc 323 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); local
334 object->Set(i, v8::Integer::New(i, v8_isolate));
340 indices[i] = object.Eternalize(v8_isolate);
357 object = v8::Local<v8::Object>::GetEternal(v8_isolate, indices[i]);
test-api.cc 14802 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); local
    [all...]
  /external/chromium_org/v8/src/
handles.cc 334 static void ClearWrapperCache(v8::Isolate* v8_isolate,
343 Isolate* isolate = reinterpret_cast<Isolate*>(v8_isolate);
    [all...]
api.cc     [all...]

Completed in 3022 milliseconds