|
Oolite
|
Include dependency graph for OOJSPropID.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | OOJSID(str) ({ static jsid idCache = JSID_VOID; if (EXPECT_NOT(idCache == JSID_VOID)) OOJSInitJSIDCachePRIVATE(""str, &idCache); idCache; }) |
Functions | |
| void | OOJSInitJSIDCachePRIVATE (const char *name, jsid *idCache) |
| #define OOJSID | ( | str | ) | ({ static jsid idCache = JSID_VOID; if (EXPECT_NOT(idCache == JSID_VOID)) OOJSInitJSIDCachePRIVATE(""str, &idCache); idCache; }) |
Definition at line 38 of file OOJSPropID.h.
| void OOJSInitJSIDCachePRIVATE | ( | const char * | name, |
| jsid * | idCache | ||
| ) |
Definition at line 925 of file OOJavaScriptEngine.m.
References EXPECT_NOT, OOJSAcquireContext(), and OOJSRelinquishContext().
Here is the call graph for this function: