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

  /external/webkit/JavaScriptCore/runtime/
StringConstructor.h 30 class StringConstructor : public InternalFunction {
32 StringConstructor(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure, StringPrototype*);
StringConstructor.cpp 22 #include "StringConstructor.h"
48 ASSERT_CLASS_FITS_IN_CELL(StringConstructor);
50 StringConstructor::StringConstructor(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure, StringPrototype* stringPrototype)
71 ConstructType StringConstructor::getConstructData(ConstructData& constructData)
85 CallType StringConstructor::getCallData(CallData& callData)

Completed in 31 milliseconds