OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JSGlueAPIEntry
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptGlue/
JSUtils.h
80
class
JSGlueAPIEntry
{
82
JSGlueAPIEntry
();
83
JSGlueAPIEntry
(JSGlobalObject*); // For use when it's not safe for
JSGlueAPIEntry
() to call getThreadGlobalObject() -- for example, from a thread-specific data destructor.
84
~
JSGlueAPIEntry
();
JSUtils.cpp
132
JSGlueAPIEntry
entry;
207
JSGlueAPIEntry
entry;
398
JSGlueAPIEntry
entry;
434
JSGlueAPIEntry
::
JSGlueAPIEntry
()
441
JSGlueAPIEntry
::~
JSGlueAPIEntry
()
Completed in 70 milliseconds