Home
last modified time | relevance | path

Searched refs:inspector (Results 1 – 25 of 164) sorted by relevance

1234567

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/
H A DABI49_0_0InspectorState.h26 namespace inspector {
45 InspectorState(Inspector &inspector) : inspector_(inspector) {} in InspectorState() argument
183 return std::make_unique<RunningDetached>(inspector); in make()
186 RunningDetached(Inspector &inspector) : InspectorState(inspector) {} in RunningDetached() argument
213 RunningWaitEnable(Inspector &inspector) : InspectorState(inspector) {} in RunningWaitEnable() argument
240 RunningWaitPause(Inspector &inspector) : InspectorState(inspector) {} in RunningWaitPause() argument
262 PausedWaitEnable(Inspector &inspector) : InspectorState(inspector) {} in PausedWaitEnable() argument
305 return std::make_unique<Running>(inspector); in make()
308 Running(Inspector &inspector) : InspectorState(inspector) {} in Running() argument
365 return std::make_unique<Paused>(inspector); in make()
[all …]
H A DREADME.md1 hermes-inspector provides a bridge between the low-level debugging API exposed
8 top of classes provided by the inspector target.
10 - inspector: protocol-independent classes that sit on top of the low-level
20 $ buck build //xplat/js/react-native-github/packages/react-native/ReactCommon/hermes/inspector:chro…
21 $ buck-out/gen/xplat/js/react-native-github/packages/react-native/ReactCommon/hermes/inspector/chro…
28 $ buck-out/gen/xplat/js/react-native-github/packages/react-native/ReactCommon/hermes/inspector/chro…
45 $ xplat/js/react-native-github/packages/react-native/ReactCommon/hermes/inspector/tools/format
56 $ xplat/js/react-native-github/packages/react-native/ReactCommon/hermes/inspector/tools/run_msggen
79 For now, the quickest way to use hermes-inspector in an app is with Eats. First,
105 jsinspector hermes-inspector FBReactKit FBReactModule FBCatalystWrapper \
[all …]
H A DBUCK47 header_namespace = "hermes/inspector",
50 fbobjc_header_path_prefix = "hermes/inspector/chrome",
111 header_namespace = "hermes/inspector",
120 fbobjc_header_path_prefix = "hermes/inspector/detail",
182 # can't be named "inspector" since JSC already uses it, causing a buck rulekey
193 header_namespace = "hermes/inspector",
196 cxx_tests = [":inspector-tests"],
198 fbobjc_header_path_prefix = "hermes/inspector",
218 name = "inspector-tests",
H A DDEFS.bzl5 "//xplat/js/react-native-github/packages/react-native/ReactCommon/hermes/inspector:chrome",
6 … "//xplat/js/react-native-github/packages/react-native/ReactCommon/hermes/inspector:inspectorlib",
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/
H A DABI47_0_0InspectorState.h26 namespace inspector {
45 InspectorState(Inspector &inspector) : inspector_(inspector) {} in InspectorState() argument
183 return std::make_unique<RunningDetached>(inspector); in make()
186 RunningDetached(Inspector &inspector) : InspectorState(inspector) {} in RunningDetached() argument
213 RunningWaitEnable(Inspector &inspector) : InspectorState(inspector) {} in RunningWaitEnable() argument
240 RunningWaitPause(Inspector &inspector) : InspectorState(inspector) {} in RunningWaitPause() argument
262 PausedWaitEnable(Inspector &inspector) : InspectorState(inspector) {} in PausedWaitEnable() argument
305 return std::make_unique<Running>(inspector); in make()
308 Running(Inspector &inspector) : InspectorState(inspector) {} in Running() argument
365 return std::make_unique<Paused>(inspector); in make()
[all …]
H A DCMakeLists.txt11 add_library(hermes-inspector
16 hermes-inspector
23 target_include_directories(hermes-inspector PUBLIC ${REACT_COMMON_DIR})
24 target_link_libraries(hermes-inspector
H A DREADME.md1 hermes-inspector provides a bridge between the low-level debugging API exposed
8 top of classes provided by the inspector target.
10 - inspector: protocol-independent classes that sit on top of the low-level
20 $ buck build //xplat/js/react-native-github/ReactCommon/hermes/inspector:chrome-tests
21 $ buck-out/gen/js/react-native-github/ReactCommon/hermes/inspector/chrome-tests
28 $ buck-out/gen/js/react-native-github/ReactCommon/hermes/inspector/chrome-tests \
45 $ xplat/js/react-native-github/ReactCommon/hermes/inspector/tools/format
56 $ xplat/js/react-native-github/ReactCommon/hermes/inspector/tools/run_msggen
79 For now, the quickest way to use hermes-inspector in an app is with Eats. First,
105 jsinspector hermes-inspector FBReactKit FBReactModule FBCatalystWrapper \
[all …]
H A DBUCK48 header_namespace = "hermes/inspector",
51 fbobjc_header_path_prefix = "hermes/inspector/chrome",
110 header_namespace = "hermes/inspector",
119 fbobjc_header_path_prefix = "hermes/inspector/detail",
179 # can't be named "inspector" since JSC already uses it, causing a buck rulekey
190 header_namespace = "hermes/inspector",
193 cxx_tests = [":inspector-tests"],
194 fbobjc_header_path_prefix = "hermes/inspector",
213 name = "inspector-tests",
H A DDEFS.bzl5 "//xplat/js/react-native-github/ReactCommon/hermes/inspector:chrome",
6 "//xplat/js/react-native-github/ReactCommon/hermes/inspector:inspectorlib",
H A DABI47_0_0Inspector.h29 namespace inspector {
71 virtual void onContextCreated(Inspector &inspector) = 0;
75 Inspector &inspector,
82 Inspector &inspector,
86 virtual void onResume(Inspector &inspector) = 0;
89 virtual void onScriptParsed(Inspector &inspector, const ScriptInfo &info) = 0;
93 Inspector &inspector,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/
H A DABI48_0_0InspectorState.h26 namespace inspector {
45 InspectorState(Inspector &inspector) : inspector_(inspector) {} in InspectorState() argument
183 return std::make_unique<RunningDetached>(inspector); in make()
186 RunningDetached(Inspector &inspector) : InspectorState(inspector) {} in RunningDetached() argument
213 RunningWaitEnable(Inspector &inspector) : InspectorState(inspector) {} in RunningWaitEnable() argument
240 RunningWaitPause(Inspector &inspector) : InspectorState(inspector) {} in RunningWaitPause() argument
262 PausedWaitEnable(Inspector &inspector) : InspectorState(inspector) {} in PausedWaitEnable() argument
305 return std::make_unique<Running>(inspector); in make()
308 Running(Inspector &inspector) : InspectorState(inspector) {} in Running() argument
365 return std::make_unique<Paused>(inspector); in make()
[all …]
H A DREADME.md1 hermes-inspector provides a bridge between the low-level debugging API exposed
8 top of classes provided by the inspector target.
10 - inspector: protocol-independent classes that sit on top of the low-level
20 $ buck build //xplat/js/react-native-github/ReactCommon/hermes/inspector:chrome-tests
21 $ buck-out/gen/js/react-native-github/ReactCommon/hermes/inspector/chrome-tests
28 $ buck-out/gen/js/react-native-github/ReactCommon/hermes/inspector/chrome-tests \
45 $ xplat/js/react-native-github/ReactCommon/hermes/inspector/tools/format
56 $ xplat/js/react-native-github/ReactCommon/hermes/inspector/tools/run_msggen
79 For now, the quickest way to use hermes-inspector in an app is with Eats. First,
105 jsinspector hermes-inspector FBReactKit FBReactModule FBCatalystWrapper \
[all …]
H A DBUCK47 header_namespace = "hermes/inspector",
50 fbobjc_header_path_prefix = "hermes/inspector/chrome",
109 header_namespace = "hermes/inspector",
118 fbobjc_header_path_prefix = "hermes/inspector/detail",
178 # can't be named "inspector" since JSC already uses it, causing a buck rulekey
189 header_namespace = "hermes/inspector",
192 cxx_tests = [":inspector-tests"],
194 fbobjc_header_path_prefix = "hermes/inspector",
212 name = "inspector-tests",
H A DDEFS.bzl5 "//xplat/js/react-native-github/ReactCommon/hermes/inspector:chrome",
6 "//xplat/js/react-native-github/ReactCommon/hermes/inspector:inspectorlib",
/expo/packages/expo-dev-menu/ios/Modules/
H A DDevMenuExtensions.swift32 let inspector = DevMenuExtensions.elementInspectorAction(devDelegate.toggleElementInsector) in devMenuItems() variable
33 inspector.isEnabled = { devSettings.isElementInspectorShown } in devMenuItems()
54 container.addItem(inspector) in devMenuItems()
86 let inspector = DevMenuAction(withId: "inspector", action: action) variable
87inspector.label = { inspector.isEnabled() ? "Hide Element Inspector" : "Show Element Inspector" }
88 inspector.glyphName = { "border-style" }
89 inspector.importance = DevMenuScreenItem.ImportanceHigh
90 inspector.registerKeyCommand(input: "i", modifiers: .command)
91 return inspector
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/ReanimatedRuntime/
H A DReanimatedHermesRuntime.cpp32 : public facebook::hermes::inspector::RuntimeAdapter {
83 debugToken_ = facebook::hermes::inspector::chrome::enableDebugging( in ReanimatedHermesRuntime()
86 facebook::hermes::inspector::chrome::enableDebugging( in ReanimatedHermesRuntime()
133 facebook::hermes::inspector::chrome::disableDebugging(debugToken_); in ~ReanimatedHermesRuntime()
135 facebook::hermes::inspector::chrome::disableDebugging(*runtime_); in ~ReanimatedHermesRuntime()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/ReanimatedRuntime/
H A DReanimatedHermesRuntime.cpp32 : public ABI49_0_0facebook::ABI49_0_0hermes::inspector::RuntimeAdapter {
83 debugToken_ = ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::enableDebugging( in ReanimatedHermesRuntime()
86 ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::enableDebugging( in ReanimatedHermesRuntime()
133 ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::disableDebugging(debugToken_); in ~ReanimatedHermesRuntime()
135 ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::disableDebugging(*runtime_); in ~ReanimatedHermesRuntime()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/ReanimatedRuntime/
H A DReanimatedHermesRuntime.cpp32 : public facebook::hermes::inspector::RuntimeAdapter {
83 debugToken_ = facebook::hermes::inspector::chrome::enableDebugging( in ReanimatedHermesRuntime()
86 facebook::hermes::inspector::chrome::enableDebugging( in ReanimatedHermesRuntime()
133 facebook::hermes::inspector::chrome::disableDebugging(debugToken_); in ~ReanimatedHermesRuntime()
135 facebook::hermes::inspector::chrome::disableDebugging(*runtime_); in ~ReanimatedHermesRuntime()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/ReanimatedRuntime/
H A DReanimatedHermesRuntime.cpp32 : public facebook::hermes::inspector::RuntimeAdapter {
83 debugToken_ = facebook::hermes::inspector::chrome::enableDebugging( in ReanimatedHermesRuntime()
86 facebook::hermes::inspector::chrome::enableDebugging( in ReanimatedHermesRuntime()
133 facebook::hermes::inspector::chrome::disableDebugging(debugToken_); in ~ReanimatedHermesRuntime()
135 facebook::hermes::inspector::chrome::disableDebugging(*runtime_); in ~ReanimatedHermesRuntime()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI49_0_0ConnectionDemux.h24 namespace inspector {
34 explicit ConnectionDemux(ABI49_0_0facebook::ABI49_0_0React::IInspector &inspector);
H A DABI49_0_0MessageConverters.h23 namespace inspector {
101 ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::RemoteObjectsTable &objTable,
107 ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::RemoteObjectsTable &objTable,
125 ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::RemoteObjectsTable &objTable,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI48_0_0ConnectionDemux.h24 namespace inspector {
34 explicit ConnectionDemux(ABI48_0_0facebook::ABI48_0_0React::IInspector &inspector);
H A DABI48_0_0MessageConverters.h23 namespace inspector {
101 ABI48_0_0facebook::ABI48_0_0hermes::inspector::chrome::RemoteObjectsTable &objTable,
107 ABI48_0_0facebook::ABI48_0_0hermes::inspector::chrome::RemoteObjectsTable &objTable,
125 ABI48_0_0facebook::ABI48_0_0hermes::inspector::chrome::RemoteObjectsTable &objTable,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI47_0_0ConnectionDemux.h23 namespace inspector {
33 explicit ConnectionDemux(ABI47_0_0facebook::ABI47_0_0React::IInspector &inspector);
H A DABI47_0_0MessageConverters.h23 namespace inspector {
101 ABI47_0_0facebook::ABI47_0_0hermes::inspector::chrome::RemoteObjectsTable &objTable,
107 ABI47_0_0facebook::ABI47_0_0hermes::inspector::chrome::RemoteObjectsTable &objTable,
125 ABI47_0_0facebook::ABI47_0_0hermes::inspector::chrome::RemoteObjectsTable &objTable,

1234567