Home
last modified time | relevance | path

Searched refs:OpenHandle (Results 1 - 25 of 35) sorted by relevance

12

/third_party/node/deps/v8/src/api/
H A Dapi.cc200 Utils::OpenHandle(*host_defined_options_.As<FixedArray>()); in HostDefinedOptions()
544 i::Handle<i::Context> ctx = Utils::OpenHandle(*context); in AddData()
563 i::Handle<i::Context> ctx = Utils::OpenHandle(*context); in ConvertSerializedObjectsToFixedArray()
623 v8::Utils::OpenHandle(*data->contexts_.Get(i)); in CreateBlob()
657 *v8::Utils::OpenHandle(*data->default_context_.Get(data->isolate_))); in CreateBlob()
661 v8::Utils::OpenHandle(*data->contexts_.Get(i)); in CreateBlob()
892 i::Object object = *Utils::OpenHandle(value); in Eternalize()
1005 bool Data::IsModule() const { return Utils::OpenHandle(this)->IsModule(); } in IsModule()
1007 return Utils::OpenHandle(this)->IsFixedArray(); in IsFixedArray()
1012 i::Object self = *Utils::OpenHandle(thi in IsValue()
[all...]
H A Dapi-inl.h118 // Implementations of OpenHandle
121 v8::internal::Handle<v8::internal::To> Utils::OpenHandle( \
156 i::Handle<i::Context> env = Utils::OpenHandle(*context); in CallDepthScope()
175 i::Handle<i::Context> env = Utils::OpenHandle(*context_); in ~CallDepthScope()
H A Dapi.h263 static inline v8::internal::Handle<v8::internal::To> OpenHandle( \
287 static inline v8::internal::Handle<To> OpenHandle(v8::Local<From> handle) { in OpenHandle() function in v8::Utils
288 return OpenHandle(*handle); in OpenHandle()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc36 Utils::OpenHandle(*context)->set_debug_context_id(i::Smi::FromInt(id)); in SetContextId()
40 i::Object value = Utils::OpenHandle(*context)->debug_context_id(); in GetContextId()
55 i::Handle<i::BigInt> i_bigint = Utils::OpenHandle(*bigint); in GetBigIntDescription()
88 auto receiver = Utils::OpenHandle(*date); in GetDateDescription()
99 auto receiver = Utils::OpenHandle(*function); in GetFunctionDescription()
147 i::Handle<i::Object> val = Utils::OpenHandle(*value); in GetInternalProperties()
188 i::Handle<i::JSReceiver> receiver = Utils::OpenHandle(*object); in GetPrivateMembers()
287 i::Handle<i::Object> val = Utils::OpenHandle(*value); in GetCreationContext()
346 i::Handle<i::HeapObject> source = Utils::OpenHandle(this); in Length()
358 i::Handle<i::HeapObject> source = Utils::OpenHandle(thi in Size()
[all...]
H A Ddebug-scope-iterator.cc19 internal::Handle<internal::JSReceiver>::cast(Utils::OpenHandle(*v8_func)); in CreateForFunction()
40 Utils::OpenHandle(*v8_generator); in CreateForGeneratorObject()
125 return iterator_.SetVariableValue(Utils::OpenHandle(*name), in SetVariableValue()
126 Utils::OpenHandle(*value)); in SetVariableValue()
H A Ddebug-stack-trace-iterator.cc178 inlined_frame_index_, Utils::OpenHandle(*source), in Evaluate()
H A Ddebug-wasm-objects.cc116 auto fun = ApiNatives::InstantiateFunction(Utils::OpenHandle(*tmp)) in GetOrCreateDebugProxyMap()
167 return Handle<JSObject>::cast(Utils::OpenHandle(*info.Holder())); in GetHolder()
272 auto name_str = Utils::OpenHandle(*name.As<v8::String>()); in FindName()
619 auto name_string = Handle<String>::cast(Utils::OpenHandle(*name)); in NamedGetter()
621 auto receiver = Handle<JSObject>::cast(Utils::OpenHandle(*info.This())); in NamedGetter()
/third_party/node/deps/v8/src/builtins/
H A Daccessors.cc117 Handle<Object> receiver = Utils::OpenHandle(*info.This()); in ReconfigureToDataProperty()
119 Handle<JSObject>::cast(Utils::OpenHandle(*info.Holder())); in ReconfigureToDataProperty()
120 Handle<Name> name = Utils::OpenHandle(*key); in ReconfigureToDataProperty()
121 Handle<Object> value = Utils::OpenHandle(*val); in ReconfigureToDataProperty()
159 JSArray holder = JSArray::cast(*Utils::OpenHandle(*info.Holder())); in ArrayLengthGetter()
171 DCHECK(Utils::OpenHandle(*name)->SameValue( in ArrayLengthSetter()
174 Handle<JSReceiver> object = Utils::OpenHandle(*info.Holder()); in ArrayLengthSetter()
176 Handle<Object> length_obj = Utils::OpenHandle(*val); in ArrayLengthSetter()
196 MessageTemplate::kStrictReadOnlyProperty, Utils::OpenHandle(*name), in ArrayLengthSetter()
244 JSModuleNamespace::cast(*Utils::OpenHandle(*inf in ModuleNamespaceEntryGetter()
[all...]
H A Dbuiltins-api.cc64 Utils::OpenHandle(*templ)); in HandleApiCallHelper()
/third_party/node/deps/v8/src/extensions/
H A Dexternalize-string-extension.cc79 Handle<String> string = Utils::OpenHandle(*args[0].As<v8::String>()); in Externalize()
114 Utils::OpenHandle(*args[0].As<v8::String>())->IsOneByteRepresentation(); in IsOneByte()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc82 Utils::OpenHandle(*exception.ToLocalChecked())); in Abort()
155 i::Handle<i::Managed<WasmStreaming>>::cast(Utils::OpenHandle(*value)); in Unpack()
183 i::Handle<i::Object> arg0 = Utils::OpenHandle(*args[0]); \
239 i::Handle<i::Object> arg0 = Utils::OpenHandle(*args[0]); in GetFirstArgumentAsJSFunction()
256 return i::Handle<i::JSReceiver>::cast(v8::Utils::OpenHandle(*obj)); in GetValueAsImports()
526 new AsyncCompilationResolver(i_isolate, Utils::OpenHandle(*promise))); in WebAssemblyCompile()
590 i_isolate, Utils::OpenHandle(*promise)); in WebAssemblyCompileStreaming()
739 Utils::OpenHandle(*args.This()))) { in WebAssemblyModule()
791 i::Object::ToString(i_isolate, Utils::OpenHandle(*args[1])); in WebAssemblyModuleCustomSections()
848 Utils::OpenHandle(*arg in WebAssemblyInstance()
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.cc24 DCHECK_EQ(Script::TYPE_WASM, Utils::OpenHandle(*wasm_script)->type()); in WasmModuleDebug()
42 Handle<Script> script = Utils::OpenHandle(*wasm_script); in GetFirstWasmInstance()
358 Handle<Script> script = Utils::OpenHandle(*wasm_script); in AddBreakpoint()
367 Handle<Script> script = Utils::OpenHandle(*wasm_script); in RemoveBreakpoint()
H A Dgdb-server.cc374 DCHECK_EQ(Script::TYPE_WASM, Utils::OpenHandle(*wasm_script)->type()); in AddWasmModule()
/third_party/node/deps/v8/src/execution/
H A Dembedder-state.cc21 v8::Utils::OpenHandle(*context)->native_context().address(); in EmbedderState()
H A Dmicrotask-queue.cc85 Utils::OpenHandle(*function), isolate->native_context()); in EnqueueMicrotask()
H A Dfutex-emulation.cc756 Utils::OpenHandle(*node->promise_.Get(v8_isolate))); in CleanupAsyncWaiterPromise()
760 Utils::OpenHandle(*node->native_context_.Get(v8_isolate))); in CleanupAsyncWaiterPromise()
799 Utils::OpenHandle(*node->promise_.Get(v8_isolate))); in ResolveAsyncWaiterPromise()
H A Disolate.cc2892 return Utils::OpenHandle( in ThrowInternal()
2902 return Utils::OpenHandle(*entered_context); in ThrowInternal()
4655 return v8::Utils::OpenHandle(*promise); in ThrowInternal()
4715 return v8::Utils::OpenHandle(*promise); in ThrowInternal()
4884 v8::Utils::OpenHandle(*shadow_realm_context); in ThrowInternal()
4899 return Utils::OpenHandle(*stack); in ThrowInternal()
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.cc129 Handle<NativeContext>::cast(Utils::OpenHandle(*context)); in ShouldMeasure()
144 if (*Utils::OpenHandle(*context_and_size.first) == *context_) { in MeasurementComplete()
155 if (*Utils::OpenHandle(*context_and_size.first) != *context_) { in MeasurementComplete()
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-win.cc42 : *Utils::OpenHandle(*event->script); in GetSharedFunctionInfo()
/third_party/node/deps/v8/src/objects/
H A Dsynthetic-module.cc120 Handle<Object> result_from_callback = Utils::OpenHandle(*result); in Evaluate()
H A Dvalue-serializer.cc1954 Handle<JSArrayBuffer> array_buffer = Utils::OpenHandle(*sab_value); in ReadJSArrayBuffer()
2174 Handle<JSObject>::cast(Utils::OpenHandle(*module_value)); in ReadWasmModuleTransfer()
2227 Handle<HeapObject>::cast(Utils::OpenHandle(*shared_value)); in ReadSharedObject()
2243 Handle<JSObject>::cast(Utils::OpenHandle(*object)); in ReadHostObject()
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc33 i::Handle<i::Object> handle = Utils::OpenHandle(*hook->GetInternalField(0)); in UnwrapHook()
H A Dd8-test.cc103 if (Utils::OpenHandle(*receiver)->IsJSGlobalProxy() || in AddAllFastCallbackNoOptions()
104 Utils::OpenHandle(*receiver)->IsUndefined()) { in AddAllFastCallbackNoOptions()
H A Dd8.cc365 i::Handle<i::Object> handle = Utils::OpenHandle(*object->GetInternalField(0)); in GetWorkerFromInternalField()
526 source_buffer_ = Utils::OpenHandle(*source)->ToCString( in DummySourceStream()
689 i::Handle<i::String> str = Utils::OpenHandle(*(source)); in ExecuteString()
767 i::Script::cast(Utils::OpenHandle(*script)->shared().script()), in ExecuteString()
771 *Utils::OpenHandle(*(origin.GetHostDefinedOptions())))); in ExecuteString()
1731 i::Handle<i::JSReceiver> i_object = Utils::OpenHandle(*object); in RealmOwner()
1759 i::Handle<i::Object> i_global = Utils::OpenHandle(*global); in RealmGlobal()
1853 if (!Utils::OpenHandle(*global_object.ToLocalChecked()) in RealmNavigate()
2035 i::Handle<i::Object> snapshot_data_handle = Utils::OpenHandle(*snapshot_data); in RealmUseWebSnapshot()
2097 auto arg_handle = Utils::OpenHandle(*arg in TestVerifySourcePositions()
[all...]
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc274 DiscoverString(Handle<String>::cast(Utils::OpenHandle(*str))); in TakeSnapshot()
285 export_objects[i] = Handle<JSObject>::cast(Utils::OpenHandle(*v8_object)); in TakeSnapshot()
298 Handle<String>::cast(Utils::OpenHandle(*str))); in TakeSnapshot()

Completed in 54 milliseconds

12