Home
last modified time | relevance | path

Searched refs:objectId (Results 1 – 19 of 19) sorted by relevance

/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/SharedObjects/
H A DSharedObjectRegistry.swift96 if let objectId = try? jsObject.getProperty(sharedObjectIdPropertyName).asInt() { in toNativeObject() variable
97 return pairs[objectId]?.native in toNativeObject()
106 let objectId = nativeObject.sharedObjectId in toJavaScriptObject() variable
107 return pairs[objectId]?.javaScript.lock() in toJavaScriptObject()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/SharedObjects/
H A DSharedObjectRegistry.swift96 if let objectId = try? jsObject.getProperty(sharedObjectIdPropertyName).asInt() { in toNativeObject() variable
97 return pairs[objectId]?.native in toNativeObject()
106 let objectId = nativeObject.sharedObjectId in toJavaScriptObject() variable
107 return pairs[objectId]?.javaScript.lock() in toJavaScriptObject()
/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/handlers/__tests__/
H A DVscodeRuntimeGetProperties.test.ts13 params: { objectId: '1337' },
48 params: { objectId: '1337' },
86 params: { objectId: '1337' },
99 value: { type: 'symbol', description: 'Symbol(bar)', objectId: '1337' },
/expo/packages/expo-modules-core/ios/Swift/SharedObjects/
H A DSharedObjectRegistry.swift96 if let objectId = try? jsObject.getProperty(sharedObjectIdPropertyName).asInt() { in toNativeObject() variable
97 return pairs[objectId]?.native in toNativeObject()
106 let objectId = nativeObject.sharedObjectId in toJavaScriptObject() variable
107 return pairs[objectId]?.javaScript.lock() in toJavaScriptObject()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/SharedObjects/
H A DSharedObjectRegistry.swift96 if let objectId = try? jsObject.getProperty(sharedObjectIdPropertyName).asInt() { in toNativeObject() variable
97 return pairs[objectId]?.native in toNativeObject()
106 let objectId = nativeObject.sharedObjectId in toJavaScriptObject() variable
107 return pairs[objectId]?.javaScript.lock() in toJavaScriptObject()
/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/handlers/
H A DVscodeRuntimeGetProperties.ts50 if (item.value?.type === 'symbol' && item.value.objectId) {
51 delete item.value.objectId;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI48_0_0MessageConverters.cpp76 scope.object.objectId = objTable.addScope( in makeCallFrame()
90 scope.object.objectId = objTable.addScope( in makeCallFrame()
101 scope.object.objectId = in makeCallFrame()
109 result.thisObj.objectId = objTable.addValue( in makeCallFrame()
218 result.objectId = in makeRemoteObject()
247 result.objectId = in makeRemoteObject()
H A DABI48_0_0Connection.cpp669 uint64_t objID = atoi(req.objectId.c_str()); in handle()
947 thisAndArguments_.emplace_back(CallFunctionOnArgument(req.objectId)); in CallFunctionOnBuilder()
948 if (req.objectId) { in CallFunctionOnBuilder()
974 thisAndArguments_.emplace_back(CallFunctionOnArgument(ca.objectId)); in addParams()
981 if (ca.objectId) { in addParam()
1013 if (req.objectId.hasValue() == req.executionContextId.hasValue()) { in handle()
1018 if (!req.objectId) { in handle()
1051 jsThisId = req.objectId, in handle()
1460 std::string objGroup = objTable_.getObjectGroup(req.objectId); in handle()
1461 auto scopePtr = objTable_.getScope(req.objectId); in handle()
[all …]
H A DABI48_0_0MessageTypes.cpp116 assign(objectId, obj, "objectId"); in RemoteObject()
128 put(obj, "objectId", objectId); in toDynamic()
340 assign(objectId, obj, "objectId"); in CallArgument()
348 put(obj, "objectId", objectId); in toDynamic()
831 assign(objectId, params, "objectId"); in GetHeapObjectIdRequest()
836 put(params, "objectId", objectId); in toDynamic()
860 assign(objectId, params, "objectId"); in GetObjectByHeapObjectIdRequest()
866 put(params, "objectId", objectId); in toDynamic()
1083 assign(objectId, params, "objectId"); in CallFunctionOnRequest()
1096 put(params, "objectId", objectId); in toDynamic()
[all …]
H A DABI48_0_0MessageTypes.h216 folly::Optional<runtime::RemoteObjectId> objectId; member
355 folly::Optional<runtime::RemoteObjectId> objectId; member
561 runtime::RemoteObjectId objectId{};
571 heapProfiler::HeapSnapshotObjectId objectId{};
651 folly::Optional<runtime::RemoteObjectId> objectId; member
706 runtime::RemoteObjectId objectId{};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI49_0_0MessageConverters.cpp76 scope.object.objectId = objTable.addScope( in makeCallFrame()
90 scope.object.objectId = objTable.addScope( in makeCallFrame()
101 scope.object.objectId = in makeCallFrame()
109 result.thisObj.objectId = objTable.addValue( in makeCallFrame()
218 result.objectId = in makeRemoteObject()
247 result.objectId = in makeRemoteObject()
H A DABI49_0_0Connection.cpp670 uint64_t objID = atoi(req.objectId.c_str()); in handle()
948 thisAndArguments_.emplace_back(CallFunctionOnArgument(req.objectId)); in CallFunctionOnBuilder()
949 if (req.objectId) { in CallFunctionOnBuilder()
975 thisAndArguments_.emplace_back(CallFunctionOnArgument(ca.objectId)); in addParams()
982 if (ca.objectId) { in addParam()
1014 if (req.objectId.has_value() == req.executionContextId.has_value()) { in handle()
1019 if (!req.objectId) { in handle()
1052 jsThisId = req.objectId, in handle()
1460 std::string objGroup = objTable_.getObjectGroup(req.objectId); in handle()
1461 auto scopePtr = objTable_.getScope(req.objectId); in handle()
[all …]
H A DABI49_0_0MessageTypes.cpp116 assign(objectId, obj, "objectId"); in RemoteObject()
128 put(obj, "objectId", objectId); in toDynamic()
340 assign(objectId, obj, "objectId"); in CallArgument()
348 put(obj, "objectId", objectId); in toDynamic()
831 assign(objectId, params, "objectId"); in GetHeapObjectIdRequest()
836 put(params, "objectId", objectId); in toDynamic()
860 assign(objectId, params, "objectId"); in GetObjectByHeapObjectIdRequest()
866 put(params, "objectId", objectId); in toDynamic()
1083 assign(objectId, params, "objectId"); in CallFunctionOnRequest()
1096 put(params, "objectId", objectId); in toDynamic()
[all …]
H A DABI49_0_0MessageTypes.h215 std::optional<runtime::RemoteObjectId> objectId; member
354 std::optional<runtime::RemoteObjectId> objectId; member
560 runtime::RemoteObjectId objectId{};
570 heapProfiler::HeapSnapshotObjectId objectId{};
650 std::optional<runtime::RemoteObjectId> objectId; member
705 runtime::RemoteObjectId objectId{};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI47_0_0MessageConverters.cpp76 scope.object.objectId = objTable.addScope( in makeCallFrame()
90 scope.object.objectId = objTable.addScope( in makeCallFrame()
101 scope.object.objectId = in makeCallFrame()
109 result.thisObj.objectId = objTable.addValue( in makeCallFrame()
237 result.objectId = in makeRemoteObject()
H A DABI47_0_0Connection.cpp663 uint64_t objID = atoi(req.objectId.c_str()); in handle()
955 thisAndArguments_.emplace_back(CallFunctionOnArgument(req.objectId)); in CallFunctionOnBuilder()
956 if (req.objectId) { in CallFunctionOnBuilder()
982 thisAndArguments_.emplace_back(CallFunctionOnArgument(ca.objectId)); in addParams()
989 if (ca.objectId) { in addParam()
1021 if (req.objectId.hasValue() == req.executionContextId.hasValue()) { in handle()
1026 if (!req.objectId) { in handle()
1059 jsThisId = req.objectId, in handle()
1432 std::string objGroup = objTable_.getObjectGroup(req.objectId); in handle()
1433 auto scopePtr = objTable_.getScope(req.objectId); in handle()
[all …]
H A DABI47_0_0MessageTypes.cpp113 assign(objectId, obj, "objectId"); in RemoteObject()
125 put(obj, "objectId", objectId); in toDynamic()
337 assign(objectId, obj, "objectId"); in CallArgument()
345 put(obj, "objectId", objectId); in toDynamic()
828 assign(objectId, params, "objectId"); in GetHeapObjectIdRequest()
833 put(params, "objectId", objectId); in toDynamic()
857 assign(objectId, params, "objectId"); in GetObjectByHeapObjectIdRequest()
863 put(params, "objectId", objectId); in toDynamic()
1080 assign(objectId, params, "objectId"); in CallFunctionOnRequest()
1093 put(params, "objectId", objectId); in toDynamic()
[all …]
H A DABI47_0_0MessageTypes.h208 folly::Optional<runtime::RemoteObjectId> objectId; member
347 folly::Optional<runtime::RemoteObjectId> objectId; member
553 runtime::RemoteObjectId objectId{};
563 heapProfiler::HeapSnapshotObjectId objectId{};
643 folly::Optional<runtime::RemoteObjectId> objectId; member
685 runtime::RemoteObjectId objectId{};
/expo/packages/expo-modules-core/android/src/main/cpp/types/
H A DFrontendConverter.cpp496 auto objectId = value.getObject(rt).getProperty(rt, "__expo_shared_object_id__"); in convert() local
497 if (objectId.isNull()) { in convert()
501 auto viewTag = (int) objectId.getNumber(); in convert()