MCPcopy Create free account
hub / github.com/Snapchat/Valdi / string

Method string

third-party/jscore/include/JavaScriptCore/JSWeakValue.h:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 JSString* string() const
68 {
69 ASSERT(isString());
70 return m_value.string.get();
71 }
72
73private:
74 enum class WeakTypeTag { NotSet, Primitive, Object, String };

Callers 6

saveToFileMethod · 0.45
decodeSkipListFunction · 0.45
readFileCachedFunction · 0.45
serializeTestCasesFunction · 0.45
deserializeTestCasesFunction · 0.45
processTestDirectoryFunction · 0.45

Calls 1

getMethod · 0.65

Tested by 3

saveToFileMethod · 0.36
serializeTestCasesFunction · 0.36
deserializeTestCasesFunction · 0.36