/external/v8/src/api/ |
D | api.cc | 292 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 …]
|
D | api.h | 249 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()
|
D | api-inl.h | 116 v8::internal::Handle<v8::internal::To> Utils::OpenHandle( \ in MAKE_TO_LOCAL()
|
/external/v8/src/builtins/ |
D | accessors.cc | 113 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 …]
|
D | builtins-api.cc | 63 Utils::OpenHandle(*templ)); in HandleApiCallHelper()
|
/external/v8/src/debug/ |
D | debug-scope-iterator.cc | 21 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()
|
D | debug-stack-trace-iterator.cc | 196 Utils::OpenHandle(*source), in Evaluate() 202 Utils::OpenHandle(*source), throw_on_side_effect) in Evaluate()
|
D | debug-property-iterator.cc | 22 Utils::OpenHandle(*v8_object))); in Create()
|
D | liveedit.cc | 773 auto self = Utils::OpenHandle(*try_catch.Message()); in ParseScript()
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 72 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 …]
|
D | wasm-debug-evaluate.cc | 257 double number = Utils::OpenHandle(*args[index])->Number(); in GetArgAsUInt32() 278 Handle<JSReceiver> wrapped_function = Utils::OpenHandle(*v8_function); in AddImport()
|
/external/v8/src/extensions/ |
D | externalize-string-extension.cc | 79 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/ |
D | wasm-module-debug.cc | 22 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()
|
D | gdb-server.cc | 349 DCHECK_EQ(Script::TYPE_WASM, Utils::OpenHandle(*wasm_script)->type()); in AddWasmModule()
|
/external/v8/src/heap/ |
D | memory-measurement.cc | 130 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/ |
D | synthetic-module.cc | 120 return Utils::OpenHandle(*result); in Evaluate()
|
D | value-serializer.cc | 1757 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()
|
D | source-text-module.cc | 330 Handle<Module> requested_module = Utils::OpenHandle(*api_requested_module); in PrepareInstantiate()
|
/external/v8/src/execution/ |
D | futex-emulation.cc | 717 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()
|
D | microtask-queue.cc | 85 Utils::OpenHandle(*function), isolate->native_context()); in EnqueueMicrotask()
|
D | execution.cc | 439 *params.exception_out = v8::Utils::OpenHandle(*catcher.Exception()); in InvokeWithTryCatch()
|
D | isolate.cc | 2632 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/ |
D | cpp-snapshot.cc | 305 Handle<Object> v8_object = Utils::OpenHandle(*v8_value); in HasEmbedderDataBackref()
|
/external/v8/src/d8/ |
D | d8.cc | 360 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/ |
D | runtime-test.cc | 618 return *Utils::OpenHandle(*obj); in RUNTIME_FUNCTION() 644 return *Utils::OpenHandle(*instance); in RUNTIME_FUNCTION()
|