HomeSort by relevance Sort by last modified time
    Searched defs:isGlobalObject (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSObject.h 194 virtual bool isGlobalObject() const { return false; }
JSGlobalObject.h 248 virtual bool isGlobalObject() const { return true; }
307 ASSERT(asObject(value)->isGlobalObject());

Completed in 39 milliseconds