HomeSort by relevance Sort by last modified time
    Searched refs:StringConstructor (Results 1 - 7 of 7) 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)
JSGlobalObject.cpp 67 #include "StringConstructor.h"
219 JSCell* stringConstructor = new (exec) StringConstructor(exec, this, StringConstructor::createStructure(exec->globalData(), m_functionPrototype.get()), m_functionStructure.get(), m_stringPrototype.get());
241 m_stringPrototype->putDirectFunctionWithoutTransition(exec->globalData(), exec->propertyNames().constructor, stringConstructor, DontEnum);
255 putDirectFunctionWithoutTransition(exec->globalData(), Identifier(exec, "String"), stringConstructor, DontEnum);
  /external/webkit/Source/JavaScriptCore/
Android.mk 161 runtime/StringConstructor.cpp \
  /external/chromium/testing/gtest/test/
gtest-filepath_test.cc 624 TEST(FilePathTest, StringConstructor) {
  /external/gtest/test/
gtest-filepath_test.cc 564 TEST(FilePathTest, StringConstructor) {
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 538 TEST(FilePathTest, StringConstructor) {

Completed in 424 milliseconds