Searched defs:stringPrototype (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DStringConstructor.cpp51 StringConstructor::StringConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure, StringPrototype* stringPrototype) argument
52 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, stringPrototype->classInfo()->className))
55 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, stringPrototype, ReadOnly | DontEnum | DontDelete);
H A DJSGlobalObject.h190 StringPrototype* stringPrototype() const { return m_stringPrototype.get(); } function in class:JSC::JSGlobalObject
358 return exec->lexicalGlobalObject()->stringPrototype();

Completed in 225 milliseconds