OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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