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

  /external/webkit/Source/JavaScriptCore/runtime/
StringConstructor.h 30 class StringConstructor : public InternalFunction {
32 StringConstructor(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure, StringPrototype*);
StringConstructor.cpp 22 #include "StringConstructor.h"
49 ASSERT_CLASS_FITS_IN_CELL(StringConstructor);
51 StringConstructor::StringConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure, StringPrototype* stringPrototype)
76 ConstructType StringConstructor::getConstructData(ConstructData& constructData)
90 CallType StringConstructor::getCallData(CallData& callData)

Completed in 31 milliseconds