| /third_party/node/src/ |
| H A D | node_constants.cc | 1342 void DefineConstants(v8::Isolate* isolate, Local<Object> target) { in DefineConstants() argument [all...] |
| H A D | node_report_module.cc | 31 Isolate* isolate = env->isolate(); in WriteReport() local 56 Isolate* isolate = env->isolate(); in GetReport() local 82 Isolate* isolate = env->isolate(); SetCompact() local [all...] |
| H A D | node_task_queue.cc | 73 Isolate* isolate = promise->GetIsolate(); in PromiseRejectCallback() local 165 Isolate* isolate = env->isolate(); in EnqueueMicrotask() local 197 Isolate* isolate = env->isolate(); Initialize() local [all...] |
| H A D | node_trace_events.cc | 128 Isolate* isolate = env->isolate(); in Initialize() local
|
| H A D | node_wasm_web_api.cc | 29 Isolate* isolate = env->isolate(); in Initialize() local
|
| H A D | node_watchdog.h | 51 v8::Isolate* isolate() { return isolate_; } in isolate() function in node::Watchdog 76 v8::Isolate* isolate() { return isolate_; } in isolate() function in node::SigintWatchdog
|
| H A D | pipe_wrap.cc | 71 Isolate* isolate = env->isolate(); in Initialize() local [all...] |
| H A D | stream_pipe.cc | 317 Isolate* isolate = env->isolate(); in InitializeStreamPipe() local [all...] |
| H A D | string_decoder.cc | 27 MaybeLocal<String> MakeString(Isolate* isolate, in MakeString() argument 66 MaybeLocal<String> StringDecoder::DecodeData(Isolate* isolate, in DecodeData() argument 237 FlushData(Isolate* isolate) FlushData() argument 295 Isolate* isolate = env->isolate(); InitializeStringDecoder() local [all...] |
| /third_party/node/src/quic/ |
| H A D | bindingdata.cc | 144 auto isolate = env->isolate(); SetCallbacks() local [all...] |
| /third_party/node/test/cctest/ |
| H A D | node_test_fixture.h | 157 auto isolate = handle_scope.GetIsolate(); in Env() local
|
| /third_party/node/benchmark/napi/function_args/ |
| H A D | binding.cc | 52 Isolate* isolate = args.GetIsolate(); in CallWithObject() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | simplified-lowering.h | 109 Isolate* isolate() { return jsgraph_->isolate(); } in isolate() function in v8::internal::compiler::final
|
| H A D | basic-block-instrumentor.cc | 54 Instrument( OptimizedCompilationInfo* info, Graph* graph, Schedule* schedule, Isolate* isolate) Instrument() argument
|
| H A D | js-context-specialization.cc | 295 Isolate* JSContextSpecialization::isolate() const { in isolate() function in v8::internal::compiler::JSContextSpecialization
|
| H A D | escape-analysis-reducer.h | 106 Isolate* isolate() const { return jsgraph_->isolate(); } in isolate() function in v8::internal::compiler::final
|
| H A D | memory-lowering.h | 118 Isolate* isolate() const { return isolate_; } in isolate() function in v8::internal::compiler::final
|
| /third_party/node/deps/v8/src/date/ |
| H A D | dateparser-inl.h | 16 bool DateParser::Parse(Isolate* isolate, base::Vector<Char> str, double* out) { in Parse() argument
|
| /third_party/node/deps/v8/src/common/ |
| H A D | assert-scope.h | 173 CombinationAssertScope(Isolate* isolate) CombinationAssertScope() argument [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-frames.cc | 109 void RedirectActiveFunctions::VisitThread(Isolate* isolate, in VisitThread() argument 18 FrameInspector(CommonFrame* frame, int inlined_frame_index, Isolate* isolate) FrameInspector() argument
|
| H A D | debug-property-iterator.cc | 35 DebugPropertyIterator::DebugPropertyIterator(Isolate* isolate, in DebugPropertyIterator() argument 204 Isolate* isolate = object->GetIsolate(); in GetNativeAccessorDescriptorInternal() local 17 Create( Isolate* isolate, Handle<JSReceiver> receiver, bool skip_indices) Create() argument
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-context.h | 361 internal::Isolate* isolate = internal::IsolateFromNeverReadOnlySpaceObject( in GetEmbedderData() local 382 internal::Isolate* isolate = I::GetIsolateForSandbox(ctx); GetAlignedPointerFromEmbedderData() local [all...] |
| H A D | v8-template.h | 1042 Set(Isolate* isolate, const char* name, Local<Data> value, PropertyAttribute attributes) Set() argument [all...] |
| H A D | v8-traced-handle.h | 209 TracedReference(Isolate* isolate, Local<S> that) : BasicTracedReference<T>() { in TracedReference() argument 291 New( Isolate* isolate, T* that, void* slot, internal::GlobalHandleStoreMode store_mode) New() argument 351 Reset(Isolate* isolate, const Local<S>& other) Reset() argument [all...] |
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-context.h | 410 auto isolate = reinterpret_cast<v8::Isolate*>( in GetEmbedderData() local 428 Isolate* isolate = I::GetIsolateForSandbox(ctx); GetAlignedPointerFromEmbedderData() local [all...] |