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

/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c137 static JSValueRef jsGlobalValue; // non-stack value for testing JSValueProtect() variable
1152 jsGlobalValue = JSObjectMake(context, NULL, NULL);
1154 JSValueProtect(context, jsGlobalValue);
1156 ASSERT(JSValueIsObject(context, jsGlobalValue));
1157 JSValueUnprotect(context, jsGlobalValue);

Completed in 422 milliseconds