Lines Matching refs:String16
77 v8::Local<v8::Object>, const String16& groupName, bool ownProperties,
82 void releaseObject(const String16& objectId);
85 v8::Local<v8::Value>, const String16& groupName, bool forceValueType,
93 const String16& objectGroup, bool returnByValue,
98 String16 objectGroupName(const RemoteObjectId&) const;
99 void releaseObjectGroup(const String16&);
105 const v8::TryCatch&, const String16& groupName, bool generatePreview,
109 const String16& objectGroup, bool returnByValue, bool generatePreview,
115 int bindObject(v8::Local<v8::Value>, const String16& groupName);
167 ObjectScope(V8InspectorSessionImpl*, const String16& remoteObjectId);
169 const String16& objectGroupName() const { return m_objectGroupName; } in objectGroupName()
174 String16 m_remoteObjectId;
175 String16 m_objectGroupName;
183 CallFrameScope(V8InspectorSessionImpl*, const String16& remoteCallFrameId);
189 String16 m_remoteCallFrameId;
198 Response wrapValue(v8::Local<v8::Value>, const String16& groupName,
216 std::unordered_map<int, String16> m_idToObjectGroupName;
217 std::unordered_map<String16, std::vector<int>> m_nameToObjectGroup;