• Home
  • Raw
  • Download

Lines Matching defs:v8_isolate

366   v8::Isolate* v8_isolate = reinterpret_cast<v8::Isolate*>(isolate);  in GetScriptOriginForScript()  local
1049 Value* V8::Eternalize(Isolate* v8_isolate, Value* value) { in Eternalize()
1114 EscapableHandleScope::EscapableHandleScope(Isolate* v8_isolate) { in EscapableHandleScope()
2167 Local<PrimitiveArray> PrimitiveArray::New(Isolate* v8_isolate, int length) { in New()
2181 void PrimitiveArray::Set(Isolate* v8_isolate, int index, in Set()
2194 Local<Primitive> PrimitiveArray::Get(Isolate* v8_isolate, int index) { in Get()
2447 Isolate* v8_isolate, Source* source, CompileOptions options, in CompileUnboundInternal()
2484 Isolate* v8_isolate, Source* source, CompileOptions options, in CompileUnboundScript()
2637 Isolate* v8_isolate, StreamedSource* source, CompileOptions options) { in StartStreamingScript()
2645 Isolate* v8_isolate, StreamedSource* source) { in StartStreaming()
3018 Local<StackFrame> StackTrace::GetFrame(Isolate* v8_isolate, in GetFrame()
3142 Maybe<bool> ValueSerializer::Delegate::WriteHostObject(Isolate* v8_isolate, in WriteHostObject()
3152 Isolate* v8_isolate, Local<SharedArrayBuffer> shared_array_buffer) { in GetSharedArrayBufferId()
3161 Isolate* v8_isolate, Local<WasmModuleObject> module) { in GetWasmModuleTransferId()
3237 Isolate* v8_isolate) { in ReadHostObject()
3246 Isolate* v8_isolate, uint32_t id) { in GetWasmModuleFromId()
3255 ValueDeserializer::Delegate::GetSharedArrayBufferFromId(Isolate* v8_isolate, in GetSharedArrayBufferFromId()
5425 int String::WriteUtf8(Isolate* v8_isolate, char* buffer, int capacity, in WriteUtf8()
6469 Local<String> v8::String::Concat(Isolate* v8_isolate, Local<String> left, in Concat()
6739 Local<v8::Value> v8::StringObject::New(Isolate* v8_isolate, in New()
9281 void MicrotasksScope::PerformCheckpoint(Isolate* v8_isolate) { in PerformCheckpoint()
9287 int MicrotasksScope::GetCurrentDepth(Isolate* v8_isolate) { in GetCurrentDepth()
9293 bool MicrotasksScope::IsRunningMicrotasks(Isolate* v8_isolate) { in IsRunningMicrotasks()
9410 MaybeLocal<Array> debug::GetInternalProperties(Isolate* v8_isolate, in GetInternalProperties()
9567 void debug::SetBreakPointsActive(Isolate* v8_isolate, bool is_active) { in SetBreakPointsActive()
9573 void debug::PrepareStep(Isolate* v8_isolate, StepAction action) { in PrepareStep()
9583 void debug::ClearStepping(Isolate* v8_isolate) { in ClearStepping()
9590 void debug::BreakRightNow(Isolate* v8_isolate) { in BreakRightNow()
9596 void debug::SetTerminateOnResume(Isolate* v8_isolate) { in SetTerminateOnResume()
9602 bool debug::AllFramesOnStackAreBlackboxed(Isolate* v8_isolate) { in AllFramesOnStackAreBlackboxed()
9852 void debug::RemoveBreakpoint(Isolate* v8_isolate, BreakpointId id) { in RemoveBreakpoint()
10011 void debug::GetLoadedScripts(v8::Isolate* v8_isolate, in GetLoadedScripts()
10032 MaybeLocal<UnboundScript> debug::CompileInspectorScript(Isolate* v8_isolate, in CompileInspectorScript()
10054 void debug::TierDownAllModulesPerIsolate(Isolate* v8_isolate) { in TierDownAllModulesPerIsolate()
10059 void debug::TierUpAllModulesPerIsolate(Isolate* v8_isolate) { in TierUpAllModulesPerIsolate()
10064 void debug::SetDebugDelegate(Isolate* v8_isolate, in SetDebugDelegate()
10070 void debug::SetAsyncEventDelegate(Isolate* v8_isolate, in SetAsyncEventDelegate()
10075 void debug::ResetBlackboxedStateCache(Isolate* v8_isolate, in ResetBlackboxedStateCache()
10090 int debug::EstimatedValueSize(Isolate* v8_isolate, v8::Local<v8::Value> value) { in EstimatedValueSize()
10111 Isolate* v8_isolate = reinterpret_cast<Isolate*>(isolate); in PreviewEntries() local
10139 Local<Function> debug::GetBuiltin(Isolate* v8_isolate, Builtin builtin) { in GetBuiltin()
10162 void debug::SetConsoleDelegate(Isolate* v8_isolate, ConsoleDelegate* delegate) { in SetConsoleDelegate()
10185 Isolate* v8_isolate, v8::Local<v8::Object> v8_error) { in GetDetailedStackTrace()
10281 void debug::SetReturnValue(v8::Isolate* v8_isolate, in SetReturnValue()
10287 int64_t debug::GetNextRandomInt64(v8::Isolate* v8_isolate) { in GetNextRandomInt64()
10293 void debug::EnumerateRuntimeCallCounters(v8::Isolate* v8_isolate, in EnumerateRuntimeCallCounters()