Searched refs:stringPrototype (Results 1 – 5 of 5) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | StringConstructor.cpp | 49 …fPtr<Structure> structure, Structure* prototypeFunctionStructure, StringPrototype* stringPrototype) in StringConstructor() argument 50 …: InternalFunction(&exec->globalData(), structure, Identifier(exec, stringPrototype->classInfo()->… in StringConstructor() 53 …putDirectWithoutTransition(exec->propertyNames().prototype, stringPrototype, ReadOnly | DontEnum |… in StringConstructor()
|
D | JSGlobalObject.h | 74 , stringPrototype(0) in JSGlobalObjectData() 112 StringPrototype* stringPrototype; member 193 StringPrototype* stringPrototype() const { return d()->stringPrototype; } in stringPrototype() function 342 return exec->lexicalGlobalObject()->stringPrototype(); in prototypeForLookup()
|
D | JSGlobalObject.cpp | 222 …d()->stringPrototype = new (exec) StringPrototype(exec, StringPrototype::createStructure(d()->obje… in reset() 223 d()->stringObjectStructure = StringObject::createStructure(d()->stringPrototype); in reset() 254 …ateStructure(d()->functionPrototype), d()->prototypeFunctionStructure.get(), d()->stringPrototype); in reset() 276 …d()->stringPrototype->putDirectWithoutTransition(exec->propertyNames().constructor, stringConstruc… in reset() 389 markIfNeeded(d()->stringPrototype); in mark()
|
D | StringObjectThatMasqueradesAsUndefined.h | 36 createStructure(exec->lexicalGlobalObject()->stringPrototype()), string); in create()
|
D | JSString.cpp | 93 …for (JSValuePtr prototype = exec->lexicalGlobalObject()->stringPrototype(); !prototype.isNull(); p… in getOwnPropertySlot()
|