Searched defs:JSStringRef (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSBase.h44 /*! @typedef JSStringRef A UTF16 character buffer. The fundamental string representation in JavaScript. */
45 typedef struct OpaqueJSString* JSStringRef; typedef in typeref:struct:OpaqueJSString
105 JS_EXPORT JSValueRef JSEvaluateScript(JSContextRef ctx, JSStringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception);
117 JS_EXPORT bool JSCheckScriptSyntax(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception);
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptprogram_p.h31 gain CPU time only by avoiding QString -> JSStringRef conversion. In the ideal world we should
55 inline operator JSStringRef() const;
56 inline JSStringRef file() const;
59 JSStringRef m_program;
60 JSStringRef m_fileName;
125 QScriptProgramPrivate::operator JSStringRef() const
130 JSStringRef QScriptProgramPrivate::file() const {return m_fileName; }
H A Dqscriptstring_p.h49 inline operator JSStringRef() const;
52 JSStringRef m_string;
117 \note This method keeps ownership of an internal JSStringRef.
119 QScriptStringPrivate::operator JSStringRef() const

Completed in 255 milliseconds