Home
last modified time | relevance | path

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

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