HomeSort by relevance Sort by last modified time
    Searched refs:stringObjectStructure (Results 1 - 4 of 4) sorted by null

  /external/webkit/JavaScriptCore/runtime/
StringConstructor.cpp 67 return new (exec) StringObject(exec, exec->lexicalGlobalObject()->stringObjectStructure());
68 return new (exec) StringObject(exec, exec->lexicalGlobalObject()->stringObjectStructure(), args.at(0).toString(exec));
JSGlobalObject.h 148 RefPtr<Structure> stringObjectStructure;
232 Structure* stringObjectStructure() const { return d()->stringObjectStructure.get(); }
JSString.cpp 181 return new (exec) StringObject(exec->lexicalGlobalObject()->stringObjectStructure(), string);
JSGlobalObject.cpp 231 d()->stringObjectStructure = StringObject::createStructure(d()->stringPrototype);
413 markIfNeeded(markStack, d()->stringObjectStructure);

Completed in 16 milliseconds