Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
private:
74
enum class WeakTypeTag { NotSet, Primitive, Object, String };
Callers
6
saveToFile
Method · 0.45
decodeSkipList
Function · 0.45
readFileCached
Function · 0.45
serializeTestCases
Function · 0.45
deserializeTestCases
Function · 0.45
processTestDirectory
Function · 0.45
Calls
1
get
Method · 0.65
Tested by
3
saveToFile
Method · 0.36
serializeTestCases
Function · 0.36
deserializeTestCases
Function · 0.36