Home
last modified time | relevance | path

Searched refs:OpenHandle (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/src/api/
Dapi.cc292 i::Handle<i::Context> env = Utils::OpenHandle(*context); in CallDepthScope()
310 i::Handle<i::Context> env = Utils::OpenHandle(*context_); in ~CallDepthScope()
695 i::Handle<i::Context> ctx = Utils::OpenHandle(*context); in AddData()
714 i::Handle<i::Context> ctx = Utils::OpenHandle(*context); in ConvertSerializedObjectsToFixedArray()
770 v8::Utils::OpenHandle(*data->contexts_.Get(i)); in CreateBlob()
803 *v8::Utils::OpenHandle(*data->default_context_.Get(data->isolate_))); in CreateBlob()
807 v8::Utils::OpenHandle(*data->contexts_.Get(i)); in CreateBlob()
1051 i::Object object = *Utils::OpenHandle(value); in Eternalize()
1162 bool Data::IsModule() const { return Utils::OpenHandle(this)->IsModule(); } in IsModule()
1166 i::Handle<i::Object> self = Utils::OpenHandle(this); in IsValue()
[all …]
Dapi.h249 static inline v8::internal::Handle<v8::internal::To> OpenHandle( \
273 static inline v8::internal::Handle<To> OpenHandle(v8::Local<From> handle) { in OpenHandle() function
274 return OpenHandle(*handle); in OpenHandle()
Dapi-inl.h116 v8::internal::Handle<v8::internal::To> Utils::OpenHandle( \ in MAKE_TO_LOCAL()
/external/v8/src/builtins/
Daccessors.cc113 Handle<Object> receiver = Utils::OpenHandle(*info.This()); in ReconfigureToDataProperty()
115 Handle<JSObject>::cast(Utils::OpenHandle(*info.Holder())); in ReconfigureToDataProperty()
116 Handle<Name> name = Utils::OpenHandle(*key); in ReconfigureToDataProperty()
117 Handle<Object> value = Utils::OpenHandle(*val); in ReconfigureToDataProperty()
156 JSArray holder = JSArray::cast(*Utils::OpenHandle(*info.Holder())); in ArrayLengthGetter()
169 DCHECK(Utils::OpenHandle(*name)->SameValue( in ArrayLengthSetter()
172 Handle<JSReceiver> object = Utils::OpenHandle(*info.Holder()); in ArrayLengthSetter()
174 Handle<Object> length_obj = Utils::OpenHandle(*val); in ArrayLengthSetter()
194 MessageTemplate::kStrictReadOnlyProperty, Utils::OpenHandle(*name), in ArrayLengthSetter()
237 JSModuleNamespace::cast(*Utils::OpenHandle(*info.Holder())); in ModuleNamespaceEntryGetter()
[all …]
Dbuiltins-api.cc63 Utils::OpenHandle(*templ)); in HandleApiCallHelper()
/external/v8/src/debug/
Ddebug-scope-iterator.cc21 internal::Handle<internal::JSReceiver>::cast(Utils::OpenHandle(*v8_func)); in CreateForFunction()
42 Utils::OpenHandle(*v8_generator); in CreateForGeneratorObject()
127 return iterator_.SetVariableValue(Utils::OpenHandle(*name), in SetVariableValue()
128 Utils::OpenHandle(*value)); in SetVariableValue()
Ddebug-stack-trace-iterator.cc196 Utils::OpenHandle(*source), in Evaluate()
202 Utils::OpenHandle(*source), throw_on_side_effect) in Evaluate()
Ddebug-property-iterator.cc22 Utils::OpenHandle(*v8_object))); in Create()
Dliveedit.cc773 auto self = Utils::OpenHandle(*try_catch.Message()); in ParseScript()
/external/v8/src/wasm/
Dwasm-js.cc72 Utils::OpenHandle(*exception.ToLocalChecked())); in Abort()
146 i::Handle<i::Managed<WasmStreaming>>::cast(Utils::OpenHandle(*value)); in Unpack()
174 i::Handle<i::Object> arg0 = Utils::OpenHandle(*args[0]); \
181 v8::Utils::OpenHandle(*obj)); \
241 return i::Handle<i::JSReceiver>::cast(v8::Utils::OpenHandle(*obj)); in GetValueAsImports()
511 new AsyncCompilationResolver(i_isolate, Utils::OpenHandle(*promise))); in WebAssemblyCompile()
575 i_isolate, Utils::OpenHandle(*promise)); in WebAssemblyCompileStreaming()
744 i::Object::ToString(i_isolate, Utils::OpenHandle(*args[1])); in WebAssemblyModuleCustomSections()
765 i::Handle<i::Object> module_obj = Utils::OpenHandle(*module); in WebAssemblyInstantiateImpl()
839 Utils::OpenHandle(*promise))); in WebAssemblyInstantiateStreaming()
[all …]
Dwasm-debug-evaluate.cc257 double number = Utils::OpenHandle(*args[index])->Number(); in GetArgAsUInt32()
278 Handle<JSReceiver> wrapped_function = Utils::OpenHandle(*v8_function); in AddImport()
/external/v8/src/extensions/
Dexternalize-string-extension.cc79 Handle<String> string = Utils::OpenHandle(*args[0].As<v8::String>()); in Externalize()
117 Utils::OpenHandle(*args[0].As<v8::String>())->IsOneByteRepresentation(); in IsOneByte()
/external/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc22 DCHECK_EQ(Script::TYPE_WASM, Utils::OpenHandle(*wasm_script)->type()); in WasmModuleDebug()
40 Handle<Script> script = Utils::OpenHandle(*wasm_script); in GetFirstWasmInstance()
328 Handle<Script> script = Utils::OpenHandle(*wasm_script); in AddBreakpoint()
337 Handle<Script> script = Utils::OpenHandle(*wasm_script); in RemoveBreakpoint()
Dgdb-server.cc349 DCHECK_EQ(Script::TYPE_WASM, Utils::OpenHandle(*wasm_script)->type()); in AddWasmModule()
/external/v8/src/heap/
Dmemory-measurement.cc130 Handle<NativeContext>::cast(Utils::OpenHandle(*context)); in ShouldMeasure()
145 if (*Utils::OpenHandle(*context_and_size.first) == *context_) { in MeasurementComplete()
156 if (*Utils::OpenHandle(*context_and_size.first) != *context_) { in MeasurementComplete()
/external/v8/src/objects/
Dsynthetic-module.cc120 return Utils::OpenHandle(*result); in Evaluate()
Dvalue-serializer.cc1757 Handle<JSArrayBuffer> array_buffer = Utils::OpenHandle(*sab_value); in ReadJSArrayBuffer()
1926 Handle<JSObject>::cast(Utils::OpenHandle(*module_value)); in ReadWasmModuleTransfer()
1973 Handle<JSObject>::cast(Utils::OpenHandle(*object)); in ReadHostObject()
Dsource-text-module.cc330 Handle<Module> requested_module = Utils::OpenHandle(*api_requested_module); in PrepareInstantiate()
/external/v8/src/execution/
Dfutex-emulation.cc717 Utils::OpenHandle(*node->promise_.Get(v8_isolate))); in CleanupAsyncWaiterPromise()
721 Utils::OpenHandle(*node->native_context_.Get(v8_isolate))); in CleanupAsyncWaiterPromise()
761 Utils::OpenHandle(*node->promise_.Get(v8_isolate))); in ResolveAsyncWaiterPromise()
Dmicrotask-queue.cc85 Utils::OpenHandle(*function), isolate->native_context()); in EnqueueMicrotask()
Dexecution.cc439 *params.exception_out = v8::Utils::OpenHandle(*catcher.Exception()); in InvokeWithTryCatch()
Disolate.cc2632 return Utils::OpenHandle( in ThrowInternal()
2642 return Utils::OpenHandle(*entered_context); in ThrowInternal()
4136 return v8::Utils::OpenHandle(*promise); in ThrowInternal()
4169 return v8::Utils::OpenHandle(*promise); in ThrowInternal()
4212 return Utils::OpenHandle(*stack); in ThrowInternal()
/external/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc305 Handle<Object> v8_object = Utils::OpenHandle(*v8_value); in HasEmbedderDataBackref()
/external/v8/src/d8/
Dd8.cc360 i::Handle<i::Object> handle = Utils::OpenHandle(*object->GetInternalField(0)); in GetWorkerFromInternalField()
518 source_buffer_ = Utils::OpenHandle(*source)->ToCString( in DummySourceStream()
576 i::Handle<i::String> str = Utils::OpenHandle(*(source)); in ExecuteString()
1329 i::Handle<i::JSReceiver> i_object = Utils::OpenHandle(*object); in RealmOwner()
1426 if (!Utils::OpenHandle(*global_object.ToLocalChecked()) in RealmNavigate()
3600 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in RunMain()
/external/v8/src/runtime/
Druntime-test.cc618 return *Utils::OpenHandle(*obj); in RUNTIME_FUNCTION()
644 return *Utils::OpenHandle(*instance); in RUNTIME_FUNCTION()

12