Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ isEscapedString
Method
isEscapedString
src/main/java/org/dynjs/parser/js/Token.java:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
public
boolean isEscapedString() {
27
return
this.escapedString;
28
}
29
30
public
void
setEscapedOctalString(boolean escapedOctalString) {
31
this.escapedOctalString = escapedOctalString;
Callers
1
primaryExpression
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected