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

/external/v8/src/
H A Dapi.cc3213 void i::Internals::CheckInitializedImpl(v8::Isolate* external_isolate) { argument
3214 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate);
3616 Local<String> Value::TypeOf(v8::Isolate* external_isolate) { argument
3617 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate);
5688 Local<Context> v8::Context::New(v8::Isolate* external_isolate, argument
5693 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate);

Completed in 190 milliseconds