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

/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSContext.h123 + (JSValue *)currentThis; variable
H A DJSContext.mm146 + (JSValue *)currentThis
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A DCurrentThisInsideBlockGetterTest.mm114 @"currentThis" : @{ JSPropertyDescriptorGetKey : ^{ return JSContext.currentThis; } },
119 NSLog(@"myObj1.currentThis: %@", myObj1[@"currentThis"]);
121 NSLog(@"myObj2.currentThis: %@", myObj2[@"currentThis"]);
H A Dtestapi.mm752 return [JSContext currentThis][@"x"];
1205 checkResult(@"[JSContext currentThis] == nil outside of callback", ![JSContext currentThis]);

Completed in 181 milliseconds