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

  /external/webkit/Source/JavaScriptCore/runtime/
JSObjectWithGlobalObject.cpp 39 clearAnonymousValue(GlobalObjectSlot);
41 putAnonymousValue(globalObject->globalData(), GlobalObjectSlot, globalObject);
50 clearAnonymousValue(GlobalObjectSlot);
52 putAnonymousValue(globalData, GlobalObjectSlot, globalObject);
JSObjectWithGlobalObject.h 44 return asGlobalObject((getAnonymousValue(GlobalObjectSlot).asCell()));
57 static const unsigned GlobalObjectSlot = 0;

Completed in 29 milliseconds