HomeSort by relevance Sort by last modified time
    Searched defs:StringPrototype (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/runtime/
StringPrototype.h 30 class StringPrototype : public StringObject {
32 StringPrototype(ExecState*, NonNullPassRefPtr<Structure>);
StringPrototype.cpp 23 #include "StringPrototype.h"
45 ASSERT_CLASS_FITS_IN_CELL(StringPrototype);
84 #include "StringPrototype.lut.h"
88 const ClassInfo StringPrototype::info = { "String", &StringObject::info, 0, ExecState::stringTable };
90 /* Source for StringPrototype.lut.h
134 StringPrototype::StringPrototype(ExecState* exec, NonNullPassRefPtr<Structure> structure)
141 bool StringPrototype::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot)
146 bool StringPrototype::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
    [all...]

Completed in 2416 milliseconds