Home
last modified time | relevance | path

Searched refs:stringPrototype (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DStringConstructor.cpp50 …fPtr<Structure> structure, Structure* prototypeFunctionStructure, StringPrototype* stringPrototype) in StringConstructor() argument
51 …: InternalFunction(&exec->globalData(), structure, Identifier(exec, stringPrototype->classInfo()->… in StringConstructor()
54 …putDirectWithoutTransition(exec->propertyNames().prototype, stringPrototype, ReadOnly | DontEnum |… in StringConstructor()
DJSGlobalObject.h88 , stringPrototype(0) in JSGlobalObjectData()
127 StringPrototype* stringPrototype; member
211 StringPrototype* stringPrototype() const { return d()->stringPrototype; } in stringPrototype() function
365 return exec->lexicalGlobalObject()->stringPrototype(); in prototypeForLookup()
371 return exec->lexicalGlobalObject()->stringPrototype(); in prototypeForLookup()
DJSString.cpp201 slot.setValue(exec->lexicalGlobalObject()->stringPrototype()); in getOwnPropertySlot()
206 …for (JSValue prototype = exec->lexicalGlobalObject()->stringPrototype(); !prototype.isNull(); prot… in getOwnPropertySlot()
238 descriptor.setDescriptor(exec->lexicalGlobalObject()->stringPrototype(), DontEnum); in getOwnPropertyDescriptor()
DJSGlobalObject.cpp230 …d()->stringPrototype = new (exec) StringPrototype(exec, StringPrototype::createStructure(d()->obje… in reset()
231 d()->stringObjectStructure = StringObject::createStructure(d()->stringPrototype); in reset()
264 …ateStructure(d()->functionPrototype), d()->prototypeFunctionStructure.get(), d()->stringPrototype); in reset()
286 …d()->stringPrototype->putDirectFunctionWithoutTransition(exec->propertyNames().constructor, string… in reset()
391 markIfNeeded(markStack, d()->stringPrototype); in markChildren()
DStringObjectThatMasqueradesAsUndefined.h36 createStructure(exec->lexicalGlobalObject()->stringPrototype()), string); in create()