Home
last modified time | relevance | path

Searched refs:RuntimeGetProperties (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/handlers/__tests__/
H A DVscodeRuntimeGetProperties.test.ts2 RuntimeGetProperties,
10 const message: DebuggerRequest<RuntimeGetProperties> = {
17 const descriptors: RuntimeGetProperties['result'] = {
45 const message: DebuggerRequest<RuntimeGetProperties> = {
55 const descriptors: RuntimeGetProperties['result'] = {
83 const message: DebuggerRequest<RuntimeGetProperties> = {
93 const descriptors: RuntimeGetProperties['result'] = {
/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/handlers/
H A DVscodeRuntimeGetProperties.ts19 message: DebuggerRequest<RuntimeGetProperties>,
31 message: DeviceResponse<RuntimeGetProperties>,
62 export type RuntimeGetProperties = CdpMessage< alias