Home
last modified time | relevance | path

Searched defs:isGlobalObject (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.h224 virtual bool isGlobalObject() const { return true; } in isGlobalObject() function
DJSObject.h206 virtual bool isGlobalObject() const { return false; } in isGlobalObject() function