Lines Matching refs:Isolate

34 void SetInspector(Isolate* isolate, v8_inspector::V8Inspector*);
35 v8_inspector::V8Inspector* GetInspector(Isolate* isolate);
39 void SetBreakOnNextFunctionCall(Isolate* isolate);
43 void ClearBreakOnNextFunctionCall(Isolate* isolate);
50 MaybeLocal<Array> GetInternalProperties(Isolate* isolate, Local<Value> value);
64 void ChangeBreakOnException(Isolate* isolate, ExceptionBreakState state);
66 void RemoveBreakpoint(Isolate* isolate, BreakpointId id);
67 void SetBreakPointsActive(Isolate* isolate, bool is_active);
76 void PrepareStep(Isolate* isolate, StepAction action);
77 void ClearStepping(Isolate* isolate);
78 void BreakRightNow(Isolate* isolate);
80 bool AllFramesOnStackAreBlackboxed(Isolate* isolate);
110 v8::Isolate* GetIsolate() const;
152 void GetLoadedScripts(Isolate* isolate, PersistentValueVector<Script>& scripts);
154 MaybeLocal<UnboundScript> CompileInspectorScript(Isolate* isolate,
178 void SetDebugDelegate(Isolate* isolate, DebugDelegate* listener);
187 void SetAsyncEventDelegate(Isolate* isolate, AsyncEventDelegate* delegate);
189 void ResetBlackboxedStateCache(Isolate* isolate,
192 int EstimatedValueSize(Isolate* isolate, v8::Local<v8::Value> value);
202 Local<Function> GetBuiltin(Isolate* isolate, Builtin builtin);
204 V8_EXPORT_PRIVATE void SetConsoleDelegate(Isolate* isolate,
209 v8::Local<v8::StackTrace> GetDetailedStackTrace(Isolate* isolate,
314 static Coverage CollectPrecise(Isolate* isolate);
315 static Coverage CollectBestEffort(Isolate* isolate);
317 static void SelectMode(Isolate* isolate, Mode mode);
377 static TypeProfile Collect(Isolate* isolate);
379 static void SelectMode(Isolate* isolate, Mode mode);
394 v8::Isolate* isolate, v8::Local<v8::Function> func);
396 v8::Isolate* isolate, v8::Local<v8::Object> generator);
432 static std::unique_ptr<StackTraceIterator> Create(Isolate* isolate,
470 void SetReturnValue(v8::Isolate* isolate, v8::Local<v8::Value> value);
483 int64_t GetNextRandomInt64(v8::Isolate* isolate);
485 v8::MaybeLocal<v8::Value> EvaluateGlobal(v8::Isolate* isolate,
498 explicit PostponeInterruptsScope(v8::Isolate* isolate);