/third_party/cef/libcef/renderer/ |
D | v8_impl.cc | 61 v8::Isolate* isolate = context->GetIsolate(); in SetPrivate() local 75 v8::Isolate* isolate = context->GetIsolate(); in GetPrivate() local 164 v8::Isolate* isolate() const { return isolate_; } in isolate() function in __anon8cafeccc0111::CefV8IsolateManager 231 explicit V8TrackObject(v8::Isolate* isolate) in V8TrackObject() 320 v8::Isolate* isolate, in V8TrackArrayBuffer() 364 static v8::Local<v8::External> Create(v8::Isolate* isolate, in Create() 386 V8FunctionData(v8::Isolate* isolate, in V8FunctionData() 433 v8::Local<v8::String> GetV8String(v8::Isolate* isolate, const CefString& str) { in GetV8String() 467 void GetCefString(v8::Isolate* isolate, in GetCefString() 513 v8::Isolate* isolate = info.GetIsolate(); in FunctionCallbackImpl() local [all …]
|
/third_party/node/src/api/ |
D | encoding.cc | 109 enum encoding ParseEncoding(Isolate* isolate, in ParseEncoding() 122 Local<Value> Encode(Isolate* isolate, in Encode() 132 Local<Value> Encode(Isolate* isolate, const uint16_t* buf, size_t len) { in Encode() 139 ssize_t DecodeBytes(Isolate* isolate, in DecodeBytes() 148 ssize_t DecodeWrite(Isolate* isolate, in DecodeWrite()
|
D | hooks.cc | 122 void AddEnvironmentCleanupHook(Isolate* isolate, in AddEnvironmentCleanupHook() 130 void RemoveEnvironmentCleanupHook(Isolate* isolate, in RemoveEnvironmentCleanupHook() 154 Isolate* isolate, in AddEnvironmentCleanupHook() 175 async_id AsyncHooksGetExecutionAsyncId(Isolate* isolate) { in AsyncHooksGetExecutionAsyncId() 181 async_id AsyncHooksGetTriggerAsyncId(Isolate* isolate) { in AsyncHooksGetTriggerAsyncId() 188 async_context EmitAsyncInit(Isolate* isolate, in EmitAsyncInit() 199 async_context EmitAsyncInit(Isolate* isolate, in EmitAsyncInit() 223 void EmitAsyncDestroy(Isolate* isolate, async_context asyncContext) { in EmitAsyncDestroy()
|
D | exceptions.cc | 22 Local<Value> ErrnoException(Isolate* isolate, in ErrnoException() 73 static Local<String> StringFromPath(Isolate* isolate, const char* path) { in StringFromPath() 89 Local<Value> UVException(Isolate* isolate, in UVException() 184 Local<Value> WinapiErrnoException(Isolate* isolate, in WinapiErrnoException() 242 void FatalException(Isolate* isolate, const v8::TryCatch& try_catch) { in FatalException()
|
D | callback.cc | 20 CallbackScope::CallbackScope(Isolate* isolate, in CallbackScope() 218 MaybeLocal<Value> MakeCallback(Isolate* isolate, in MakeCallback() 229 MaybeLocal<Value> MakeCallback(Isolate* isolate, in MakeCallback() 252 MaybeLocal<Value> MakeCallback(Isolate* isolate, in MakeCallback() 280 Local<Value> MakeCallback(Isolate* isolate, in MakeCallback() 291 Local<Value> MakeCallback(Isolate* isolate, in MakeCallback() 302 Local<Value> MakeCallback(Isolate* isolate, in MakeCallback()
|
D | environment.cc | 40 bool ShouldAbortOnUncaughtException(Isolate* isolate) { in ShouldAbortOnUncaughtException() 215 void SetIsolateErrorHandlers(v8::Isolate* isolate, const IsolateSettings& s) { in SetIsolateErrorHandlers() 238 void SetIsolateMiscHandlers(v8::Isolate* isolate, const IsolateSettings& s) { in SetIsolateMiscHandlers() 255 void SetIsolateUpForNode(v8::Isolate* isolate, in SetIsolateUpForNode() 261 void SetIsolateUpForNode(v8::Isolate* isolate) { in SetIsolateUpForNode() 275 Isolate* isolate = Isolate::Allocate(); in NewIsolate() local 305 IsolateData* CreateIsolateData(Isolate* isolate, in CreateIsolateData() 349 Isolate* isolate = context->GetIsolate(); in CreateEnvironment() local 511 Isolate* isolate = context->GetIsolate(); in GetPerContextExports() local 534 Local<Context> NewContext(Isolate* isolate, in NewContext() [all …]
|
/third_party/node/test/addons/async-resource/ |
D | binding.cc | 24 CustomAsyncResource(Isolate* isolate, Local<Object> resource) in CustomAsyncResource() 32 Isolate* isolate = args.GetIsolate(); in CreateAsyncResource() local 53 Isolate* isolate = args.GetIsolate(); in CallViaFunction() local 70 Isolate* isolate = args.GetIsolate(); in CallViaString() local 83 Isolate* isolate = args.GetIsolate(); in CallViaUtf8Name() local 111 Isolate* isolate = args.GetIsolate(); in RunSubclassTest() local
|
/third_party/node/src/ |
D | util.cc | 64 static void MakeUtf8String(Isolate* isolate, in MakeUtf8String() 81 Utf8Value::Utf8Value(Isolate* isolate, Local<Value> value) { in Utf8Value() 89 TwoByteValue::TwoByteValue(Isolate* isolate, Local<Value> value) { in TwoByteValue() 106 BufferValue::BufferValue(Isolate* isolate, Local<Value> value) { in BufferValue() 131 auto isolate = Isolate::GetCurrent(); in LowMemoryNotification() local 181 void ThrowErrStringTooLong(Isolate* isolate) { in ThrowErrStringTooLong() 216 int WriteFileSync(v8::Isolate* isolate, in WriteFileSync()
|
D | string_bytes.cc | 74 static MaybeLocal<Value> NewFromCopy(Isolate* isolate, in NewFromCopy() 98 static MaybeLocal<Value> New(Isolate* isolate, in New() 126 inline Isolate* isolate() const { return isolate_; } in isolate() function in node::__anon9137a25f0111::ExternString 129 ExternString(Isolate* isolate, const TypeName* data, size_t length) in ExternString() 154 Isolate* isolate, ExternOneByteString* h_str) { in NewExternal() 161 Isolate* isolate, ExternTwoByteString* h_str) { in NewExternal() 166 MaybeLocal<Value> ExternOneByteString::NewSimpleFromCopy(Isolate* isolate, in NewSimpleFromCopy() 184 MaybeLocal<Value> ExternTwoByteString::NewSimpleFromCopy(Isolate* isolate, in NewSimpleFromCopy() 263 size_t StringBytes::WriteUCS2(Isolate* isolate, in WriteUCS2() 306 size_t StringBytes::Write(Isolate* isolate, in Write() [all …]
|
D | node_env_var.cc | 71 void DateTimeConfigurationChangeNotification(Isolate* isolate, const T& key) { in DateTimeConfigurationChangeNotification() 104 MaybeLocal<String> RealEnvStore::Get(Isolate* isolate, in Get() 118 void RealEnvStore::Set(Isolate* isolate, in Set() 155 int32_t RealEnvStore::Query(Isolate* isolate, Local<String> property) const { in Query() 160 void RealEnvStore::Delete(Isolate* isolate, Local<String> property) { in Delete() 217 MaybeLocal<String> MapKVStore::Get(Isolate* isolate, Local<String> key) const { in Get() 226 void MapKVStore::Set(Isolate* isolate, Local<String> key, Local<String> value) { in Set() 241 int32_t MapKVStore::Query(Isolate* isolate, Local<String> key) const { in Query() 246 void MapKVStore::Delete(Isolate* isolate, Local<String> key) { in Delete() 275 Isolate* isolate = context->GetIsolate(); in AssignFromObject() local [all …]
|
D | string_decoder.cc | 26 MaybeLocal<String> MakeString(Isolate* isolate, in MakeString() 65 MaybeLocal<String> StringDecoder::DecodeData(Isolate* isolate, in DecodeData() 236 MaybeLocal<String> StringDecoder::FlushData(Isolate* isolate) { in FlushData() 294 Isolate* isolate = env->isolate(); in InitializeStringDecoder() local
|
D | node_native_module_env.cc | 26 Isolate* isolate = context->GetIsolate(); in ToJsSet() local 47 Local<String> NativeModuleEnv::GetConfigString(Isolate* isolate) { in GetConfigString() 54 Isolate* isolate = env->isolate(); in GetModuleCategories() local 84 Isolate* isolate = env->isolate(); in GetCacheUsage() local 102 Isolate* isolate = info.GetIsolate(); in ModuleIdsGetter() local
|
D | module_wrap.cc | 112 Isolate* isolate = env->isolate(); in New() local 254 Isolate* isolate = args.GetIsolate(); in Link() local 310 Isolate* isolate = args.GetIsolate(); in Instantiate() local 333 Isolate* isolate = env->isolate(); in Evaluate() local 416 Isolate* isolate = args.GetIsolate(); in GetNamespace() local 441 Isolate* isolate = args.GetIsolate(); in GetStatus() local 470 Isolate* isolate = args.GetIsolate(); in GetError() local 483 Isolate* isolate = context->GetIsolate(); in ResolveCallback() local 488 Isolate* isolate = env->isolate(); in ResolveCallback() local 637 Isolate* isolate = env->isolate(); in SetInitializeImportMetaObjectCallback() local [all …]
|
D | node_task_queue.cc | 36 Isolate* isolate = promise->GetIsolate(); in PromiseRejectCallback() local 94 Isolate* isolate = env->isolate(); in EnqueueMicrotask() local 124 Isolate* isolate = env->isolate(); in Initialize() local
|
D | node_platform.cc | 223 Isolate* isolate, uv_loop_t* loop) in PerIsolatePlatformData() 346 void NodePlatform::RegisterIsolate(Isolate* isolate, uv_loop_t* loop) { in RegisterIsolate() 356 void NodePlatform::RegisterIsolate(Isolate* isolate, in RegisterIsolate() 365 void NodePlatform::UnregisterIsolate(Isolate* isolate) { in UnregisterIsolate() 376 void NodePlatform::AddIsolateFinishedCallback(Isolate* isolate, in AddIsolateFinishedCallback() 435 void NodePlatform::DrainTasks(Isolate* isolate) { in DrainTasks() 495 IsolatePlatformDelegate* NodePlatform::ForIsolate(Isolate* isolate) { in ForIsolate() 503 NodePlatform::ForNodeIsolate(Isolate* isolate) { in ForNodeIsolate() 510 bool NodePlatform::FlushForegroundTasks(Isolate* isolate) { in FlushForegroundTasks() 516 bool NodePlatform::IdleTasksEnabled(Isolate* isolate) { in IdleTasksEnabled() [all …]
|
D | node_native_module.cc | 43 Isolate* isolate = context->GetIsolate(); in GetSourceObject() local 52 Local<String> NativeModuleLoader::GetConfigString(Isolate* isolate) { in GetConfigString() 177 Isolate* isolate = context->GetIsolate(); in CompileAsModule() local 205 MaybeLocal<String> NativeModuleLoader::LoadBuiltinModuleSource(Isolate* isolate, in LoadBuiltinModuleSource() 241 Isolate* isolate = context->GetIsolate(); in LookupAndCompile() local
|
D | node_errors.cc | 51 static std::string GetErrorSource(Isolate* isolate, in GetErrorSource() 148 void PrintStackTrace(Isolate* isolate, Local<StackTrace> stack) { in PrintStackTrace() 183 void PrintException(Isolate* isolate, in PrintException() 200 void PrintCaughtException(Isolate* isolate, in PrintCaughtException() 288 Isolate* isolate = env->isolate(); in ReportFatalException() local 426 Isolate* isolate = Isolate::GetCurrent(); in OnFatalError() local 791 Isolate* isolate = message->GetIsolate(); in PerIsolateMessageListener() local 846 Isolate* isolate = args.GetIsolate(); in TriggerUncaughtException() local 911 void TriggerUncaughtException(Isolate* isolate, in TriggerUncaughtException() 1005 void TriggerUncaughtException(Isolate* isolate, const v8::TryCatch& try_catch) { in TriggerUncaughtException()
|
/third_party/node/test/addons/callback-scope/ |
D | binding.cc | 12 v8::Isolate* isolate = args.GetIsolate(); in RunInCallbackScope() local 36 v8::Isolate* isolate = v8::Isolate::GetCurrent(); in Callback() local 49 v8::Isolate* isolate = args.GetIsolate(); in TestResolveAsync() local
|
/third_party/flutter/engine/flutter/runtime/ |
D | dart_isolate_unittests.cc | 97 AutoIsolateShutdown(std::shared_ptr<DartIsolate> isolate, in AutoIsolateShutdown() 283 auto isolate = RunDartCodeInIsolate(vm_ref, settings, GetCurrentTaskRunner(), in TEST_F() local 293 auto isolate = RunDartCodeInIsolate(vm_ref, settings, GetCurrentTaskRunner(), in TEST_F() local 302 auto isolate = RunDartCodeInIsolate(vm_ref, settings, GetCurrentTaskRunner(), in TEST_F() local 326 auto isolate = RunDartCodeInIsolate(vm_ref, settings, GetThreadTaskRunner(), in TEST_F() local 349 auto isolate = RunDartCodeInIsolate(vm_ref, settings, GetThreadTaskRunner(), in TEST_F() local 372 auto isolate = RunDartCodeInIsolate(vm_ref, settings, GetThreadTaskRunner(), in TEST_F() local 391 auto isolate = RunDartCodeInIsolate(vm_ref, settings, GetThreadTaskRunner(), in TEST_F() local
|
/third_party/node/test/addons/hello-world/ |
D | binding.cc | 5 v8::Isolate* isolate = args.GetIsolate(); in Method() local 22 auto isolate = context->GetIsolate(); in FakeInit() local
|
/third_party/flutter/engine/flutter/shell/common/ |
D | isolate_configuration.cc | 16 bool IsolateConfiguration::PrepareIsolate(DartIsolate& isolate) { in PrepareIsolate() 31 bool DoPrepareIsolate(DartIsolate& isolate) override { in DoPrepareIsolate() 45 bool DoPrepareIsolate(DartIsolate& isolate) override { in DoPrepareIsolate() 66 bool DoPrepareIsolate(DartIsolate& isolate) override { in DoPrepareIsolate()
|
/third_party/node/test/addons/async-hello-world/ |
D | binding.cc | 16 v8::Isolate* isolate; member 35 v8::Isolate* isolate = req->isolate; in AfterAsync() local 73 v8::Isolate* isolate = args.GetIsolate(); in Method() local
|
/third_party/node/test/addons/heap-profiler/ |
D | binding.cc | 8 v8::Isolate* const isolate = args.GetIsolate(); in Test() local 20 v8::Isolate* const isolate = binding->GetIsolate(); in Initialize() local
|
/third_party/node/test/addons/buffer-free-callback/ |
D | binding.cc | 15 v8::Isolate* isolate = args.GetIsolate(); in Alloc() local 33 v8::Isolate* isolate = args.GetIsolate(); in Check() local
|
/third_party/node/test/addons/non-node-context/ |
D | binding.cc | 18 Isolate* isolate = args.GetIsolate(); in MakeBufferInNewContext() local 29 Isolate* isolate = args.GetIsolate(); in RunInNewContext() local
|