Searched defs:external_isolate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dapi.cc2676 void i::Internals::CheckInitializedImpl(v8::Isolate* external_isolate) { argument
2677 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate);
5205 v8::Isolate* external_isolate,
5209 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate);
5204 New( v8::Isolate* external_isolate, v8::ExtensionConfiguration* extensions, v8::Handle<ObjectTemplate> global_template, v8::Handle<Value> global_object) argument

Completed in 53 milliseconds