Searched refs:stringPrototype (Results 1 - 4 of 4) 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 DStringObjectThatMasqueradesAsUndefined.h36 createStructure(exec->globalData(), exec->lexicalGlobalObject()->stringPrototype()), string);
H A DJSString.cpp278 slot.setValue(exec->lexicalGlobalObject()->stringPrototype());
283 for (JSValue prototype = exec->lexicalGlobalObject()->stringPrototype(); !prototype.isNull(); prototype = object->prototype()) {
315 descriptor.setDescriptor(exec->lexicalGlobalObject()->stringPrototype(), DontEnum);
H A DJSGlobalObject.h190 StringPrototype* stringPrototype() const { return m_stringPrototype.get(); } function in class:JSC::JSGlobalObject
358 return exec->lexicalGlobalObject()->stringPrototype();

Completed in 240 milliseconds