HomeSort by relevance Sort by last modified time
    Searched defs:m_functionPrototype (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptoriginalglobalobject_p.h 64 JSValueRef m_functionPrototype;
83 initializeMember(globalObject, propertyName.get(), "Function", m_functionConstructor, m_functionPrototype);
132 JSValueUnprotect(m_context, m_functionPrototype);
196 return m_functionPrototype;
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 82 WriteBarrier<FunctionPrototype> m_functionPrototype;
187 FunctionPrototype* functionPrototype() const { return m_functionPrototype.get(); }

Completed in 378 milliseconds