Lines Matching full:controllernamestr
820 JSStringRef controllerNameStr = JSStringCreateWithUTF8CString(controllerName);821 JSObjectSetProperty(context, windowObject, controllerNameStr, controller, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete, 0);822 JSStringRelease(controllerNameStr);