Searched refs:external_isolate (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | api.cc | 3679 void i::Internals::CheckInitializedImpl(v8::Isolate* external_isolate) { in CheckInitializedImpl() argument 3680 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in CheckInitializedImpl() 4075 Local<String> Value::TypeOf(v8::Isolate* external_isolate) { in TypeOf() argument 4076 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in TypeOf() 6224 v8::Isolate* external_isolate, v8::ExtensionConfiguration* extensions, in NewContext() argument 6228 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in NewContext() 6250 v8::Isolate* external_isolate, v8::ExtensionConfiguration* extensions, in New() argument 6254 return NewContext(external_isolate, extensions, global_template, in New() 6259 v8::Isolate* external_isolate, size_t context_snapshot_index, in FromSnapshot() argument 6264 reinterpret_cast<i::Isolate*>(external_isolate), in FromSnapshot() [all …]
|