Searched defs:stringPrototype (Results 1 - 2 of 2) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
H A D | StringConstructor.cpp | 51 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 D | JSGlobalObject.h | 190 StringPrototype* stringPrototype() const { return m_stringPrototype.get(); } function in class:JSC::JSGlobalObject 358 return exec->lexicalGlobalObject()->stringPrototype();
|
Completed in 60 milliseconds