Home
last modified time | relevance | path

Searched defs:v8_isolate (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc143 MaybeLocal<Array> GetInternalProperties(Isolate* v8_isolate, in GetInternalProperties()
302 void SetBreakPointsActive(Isolate* v8_isolate, bool is_active) { in SetBreakPointsActive()
308 void PrepareStep(Isolate* v8_isolate, StepAction action) { in PrepareStep()
318 void ClearStepping(Isolate* v8_isolate) { in ClearStepping()
325 void BreakRightNow(Isolate* v8_isolate, in BreakRightNow()
333 void SetTerminateOnResume(Isolate* v8_isolate) { in SetTerminateOnResume()
339 bool CanBreakProgram(Isolate* v8_isolate) { in CanBreakProgram()
652 void RemoveBreakpoint(Isolate* v8_isolate, BreakpointId id) { in RemoveBreakpoint()
804 void GetLoadedScripts(Isolate* v8_isolate, in GetLoadedScripts()
829 MaybeLocal<UnboundScript> CompileInspectorScript(Isolate* v8_isolate, in CompileInspectorScript()
[all …]
Ddebug-scope-iterator.cc17 v8::Isolate* v8_isolate, v8::Local<v8::Function> v8_func) { in CreateForFunction()
38 v8::Isolate* v8_isolate, v8::Local<v8::Object> v8_generator) { in CreateForGeneratorObject()
/third_party/node/deps/v8/src/execution/
Dmicrotask-queue.cc80 void MicrotaskQueue::EnqueueMicrotask(v8::Isolate* v8_isolate, in EnqueueMicrotask()
89 void MicrotaskQueue::EnqueueMicrotask(v8::Isolate* v8_isolate, in EnqueueMicrotask()
113 void MicrotaskQueue::PerformCheckpointInternal(v8::Isolate* v8_isolate) { in PerformCheckpointInternal()
Dfutex-emulation.cc517 auto v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in FutexWaitListNode() local
752 auto v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in CleanupAsyncWaiterPromise() local
780 auto v8_isolate = in ResolveAsyncWaiterPromise() local
/third_party/node/deps/v8/src/profiler/
Dtick-sample.cc157 DISABLE_ASAN void TickSample::Init(Isolate* v8_isolate, in Init()
206 bool TickSample::GetStackSample(Isolate* v8_isolate, RegisterState* regs, in GetStackSample()
/third_party/node/deps/v8/src/heap/
Dfinalization-registry-cleanup-task.cc62 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RunInternal() local
/third_party/node/deps/v8/src/runtime/
Druntime-test-wasm.cc102 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local
116 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local
261 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local
Druntime-test.cc844 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local
866 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local
1323 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local
1713 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/wasm/
Dwasm-module-sourcemap.cc24 WasmModuleSourceMap::WasmModuleSourceMap(v8::Isolate* v8_isolate, in WasmModuleSourceMap()
Dwasm-engine.cc357 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in IsolateInfo() local
1031 v8::GCCallbackFlags flags, void* data) { in AddIsolate()
Dwasm-code-manager.cc276 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in LogCode() local
Dmodule-compiler.cc2022 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in AsyncCompileJob() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-trace.cc50 auto* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in MaybeUtf8() local
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc246 v8::Isolate* v8_isolate = hooks->isolate_; in PromiseHookDispatch() local
/third_party/node/deps/v8/src/objects/
Dvalue-serializer.cc912 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in WriteJSArrayBuffer() local
1090 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in WriteSharedObject() local
1107 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in WriteHostObject() local
2217 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in ReadSharedObject() local
2236 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in ReadHostObject() local
Djs-locale.cc241 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in ApplyOptionsToTag() local
/third_party/node/deps/v8/src/api/
Dapi.cc890 Value* Eternalize(Isolate* v8_isolate, Value* value) { in Eternalize()
957 EscapableHandleScope::EscapableHandleScope(Isolate* v8_isolate) { in EscapableHandleScope()
2099 auto v8_isolate = context->GetIsolate(); in Run() local
2205 Local<PrimitiveArray> PrimitiveArray::New(Isolate* v8_isolate, int length) { in New()
2219 void PrimitiveArray::Set(Isolate* v8_isolate, int index, in Set()
2232 Local<Primitive> PrimitiveArray::Get(Isolate* v8_isolate, int index) { in Get()
2489 Isolate* v8_isolate, Source* source, CompileOptions options, in CompileUnboundInternal()
2543 Isolate* v8_isolate, Source* source, CompileOptions options, in CompileUnboundScript()
2703 Isolate* v8_isolate, StreamedSource* source, v8::ScriptType type) { in StartStreaming()
2723 Isolate* v8_isolate, std::unique_ptr<CachedData> cached_data) { in StartConsumingCodeCache()
[all …]
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc263 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in TakeSnapshot() local
449 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in SerializeString() local
1411 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate_); in DeserializeScript() local
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc1299 v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate); in AllocateDeferredConstants() local