Lines Matching defs:v8_isolate
890 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()
3152 Local<StackFrame> StackTrace::GetFrame(Isolate* v8_isolate, in GetFrame()
3174 Local<String> StackTrace::CurrentScriptNameOrSourceURL(Isolate* v8_isolate) { in CurrentScriptNameOrSourceURL()
3302 Maybe<bool> ValueSerializer::Delegate::WriteHostObject(Isolate* v8_isolate, in WriteHostObject()
3312 Isolate* v8_isolate, Local<SharedArrayBuffer> shared_array_buffer) { in GetSharedArrayBufferId()
3321 Isolate* v8_isolate, Local<WasmModuleObject> module) { in GetWasmModuleTransferId()
3328 Isolate* v8_isolate, Local<Value> shared_value) { in GetSharedValueId()
3408 Isolate* v8_isolate) { in ReadHostObject()
3417 Isolate* v8_isolate, uint32_t id) { in GetWasmModuleFromId()
3428 Isolate* v8_isolate, uint32_t shared_value_id) { in GetSharedValueFromId()
3437 ValueDeserializer::Delegate::GetSharedArrayBufferFromId(Isolate* v8_isolate, in GetSharedArrayBufferFromId()
5684 int String::WriteUtf8(Isolate* v8_isolate, char* buffer, int capacity, in WriteUtf8()
6899 Local<String> v8::String::Concat(Isolate* v8_isolate, Local<String> left, in Concat()
7205 Local<v8::Value> v8::StringObject::New(Isolate* v8_isolate, in New()
9611 void MicrotasksScope::PerformCheckpoint(Isolate* v8_isolate) { in PerformCheckpoint()
9618 int MicrotasksScope::GetCurrentDepth(Isolate* v8_isolate) { in GetCurrentDepth()
9625 bool MicrotasksScope::IsRunningMicrotasks(Isolate* v8_isolate) { in IsRunningMicrotasks()
9723 Isolate* v8_isolate = reinterpret_cast<Isolate*>(isolate); in PreviewEntries() local