Searched refs:currentThis (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSContext.h67 + (JSValue *)currentThis; variable
H A DJSContextInternal.h40 JSValue *currentThis; member in struct:CallbackData
H A DJSContext.mm135 + (JSValue *)currentThis
140 if (!entry->currentThis)
141 entry->currentThis = [[JSValue alloc] initWithValue:entry->thisValue inContext:[JSContext currentContext]];
143 return entry->currentThis;
239 [callbackData->currentThis release];
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.mm447 return [JSContext currentThis][@"x"];

Completed in 131 milliseconds