Searched refs:OpenHandle (Results 1 – 19 of 19) sorted by relevance
/external/v8/src/ |
D | api.cc | 281 i::Handle<i::Context> env = Utils::OpenHandle(*context); in CallDepthScope() 654 i::Handle<i::Context> ctx = Utils::OpenHandle(*context); in AddData() 673 i::Handle<i::Context> ctx = Utils::OpenHandle(*context); in ConvertSerializedObjectsToFixedArray() 725 v8::Utils::OpenHandle(*data->contexts_.Get(i)); in CreateBlob() 781 *v8::Utils::OpenHandle(*data->default_context_.Get(data->isolate_))); in CreateBlob() 785 v8::Utils::OpenHandle(*data->contexts_.Get(i)); in CreateBlob() 1042 i::Object* object = *Utils::OpenHandle(value); in Eternalize() 1172 i::Handle<i::Context> env = Utils::OpenHandle(this); in Enter() 1182 i::Handle<i::Context> env = Utils::OpenHandle(this); in Exit() 1200 i::Handle<i::Context> env = Utils::OpenHandle(*backup_incumbent_context_); in BackupIncumbentScope() [all …]
|
D | accessors.cc | 110 Handle<Object> receiver = Utils::OpenHandle(*info.This()); in ReconfigureToDataProperty() 112 Handle<JSObject>::cast(Utils::OpenHandle(*info.Holder())); in ReconfigureToDataProperty() 113 Handle<Name> name = Utils::OpenHandle(*key); in ReconfigureToDataProperty() 114 Handle<Object> value = Utils::OpenHandle(*val); in ReconfigureToDataProperty() 158 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() 195 MessageTemplate::kStrictReadOnlyProperty, Utils::OpenHandle(*name), in ArrayLengthSetter() 238 JSModuleNamespace::cast(*Utils::OpenHandle(*info.Holder())); in ModuleNamespaceEntryGetter() [all …]
|
D | api.h | 235 OpenHandle(const From* that, bool allow_empty_handle = false); 258 static inline v8::internal::Handle<To> OpenHandle(v8::Local<From> handle) { in OpenHandle() function 259 return OpenHandle(*handle); in OpenHandle()
|
D | api-inl.h | 111 v8::internal::Handle<v8::internal::To> Utils::OpenHandle( \ in MAKE_TO_LOCAL()
|
D | execution.cc | 253 *exception_out = v8::Utils::OpenHandle(*catcher.Exception()); in TryCall()
|
D | value-serializer.cc | 1664 Handle<JSArrayBuffer> array_buffer = Utils::OpenHandle(*sab_value); in ReadJSArrayBuffer() 1776 Handle<JSObject>::cast(Utils::OpenHandle(*module_value)); in ReadWasmModuleTransfer() 1872 Handle<JSObject>::cast(Utils::OpenHandle(*object)); in ReadHostObject()
|
D | isolate.cc | 2241 return Utils::OpenHandle( in Throw() 2251 return Utils::OpenHandle(*entered_context); in Throw() 3768 return v8::Utils::OpenHandle(*promise); in Throw() 3801 return v8::Utils::OpenHandle(*promise); in Throw()
|
D | bootstrapper.cc | 1233 v8::Utils::OpenHandle(*global_proxy_template); in CreateNewGlobals() 1287 v8::Utils::OpenHandle(*global_proxy_template); in CreateNewGlobals() 5448 v8::Utils::OpenHandle(*global_proxy_template); in ConfigureGlobalObjects() 5799 Utils::OpenHandle(*global_proxy_template); in Genesis()
|
D | gdb-jit.cc | 2144 : *Utils::OpenHandle(*event->script); in EventHandler()
|
/external/v8/src/debug/ |
D | debug-scope-iterator.cc | 20 internal::Handle<internal::JSReceiver>::cast(Utils::OpenHandle(*v8_func)); in CreateForFunction() 41 Utils::OpenHandle(*v8_generator); in CreateForGeneratorObject() 124 return iterator_.SetVariableValue(Utils::OpenHandle(*name), in SetVariableValue() 125 Utils::OpenHandle(*value)); in SetVariableValue()
|
D | debug-stack-trace-iterator.cc | 178 inlined_frame_index_, Utils::OpenHandle(*source), in Evaluate()
|
D | liveedit.cc | 769 auto self = Utils::OpenHandle(*try_catch.Message()); in ParseScript()
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 58 Utils::OpenHandle(*exception.ToLocalChecked())); in Abort() 89 i::Handle<i::Managed<WasmStreaming>>::cast(Utils::OpenHandle(*value)); in Unpack() 144 i::Handle<i::Object> arg0 = Utils::OpenHandle(*args[0]); in GetFirstArgumentAsModule() 152 v8::Utils::OpenHandle(*module_obj)); in GetFirstArgumentAsModule() 204 return i::Handle<i::JSReceiver>::cast(v8::Utils::OpenHandle(*obj)); in GetValueAsImports() 408 new AsyncCompilationResolver(i_isolate, Utils::OpenHandle(*promise))); in WebAssemblyCompile() 440 i_isolate, Utils::OpenHandle(*promise)); in WebAssemblyCompileStreaming() 599 i::Object::ToString(i_isolate, Utils::OpenHandle(*args[1])); in WebAssemblyModuleCustomSections() 620 i::Handle<i::Object> module_obj = Utils::OpenHandle(*module); in WebAssemblyInstantiateImpl() 694 Utils::OpenHandle(*promise))); in WebAssemblyInstantiateStreaming() [all …]
|
/external/v8/src/extensions/ |
D | externalize-string-extension.cc | 87 Handle<String> string = Utils::OpenHandle(*args[0].As<v8::String>()); in Externalize() 132 Utils::OpenHandle(*args[0].As<v8::String>())->IsOneByteRepresentation(); in IsOneByte()
|
/external/v8/src/builtins/ |
D | builtins-api.cc | 60 fun_data->set_instance_template(*Utils::OpenHandle(*templ)); in HandleApiCallHelper()
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 434 return *Utils::OpenHandle(*obj); in RUNTIME_FUNCTION() 463 return *Utils::OpenHandle(*instance); in RUNTIME_FUNCTION()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 2031 Handle<Object> object = v8::Utils::OpenHandle(*value); in V8Node() 2229 Handle<Object> object = v8::Utils::OpenHandle( in FillRetainedObjects() 2252 Handle<Object> parent_object = v8::Utils::OpenHandle( in FillEdges() 2259 Handle<Object> child_object = v8::Utils::OpenHandle( in FillEdges()
|
/external/v8/src/objects/ |
D | module.cc | 496 Handle<Module> requested_module = Utils::OpenHandle(*api_requested_module); in PrepareInstantiate()
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 982 isolate, Utils::OpenHandle(*info), expr->name()); in AllocateDeferredConstants()
|