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

  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h 206 virtual bool isGlobalObject() const { return false; }
    [all...]
JSGlobalObject.h 224 virtual bool isGlobalObject() const { return true; }
291 ASSERT(asObject(value)->isGlobalObject());

Completed in 92 milliseconds