Searched refs:StringConstructor (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStringConstructor.h30 class StringConstructor : public InternalFunction { class in namespace:JSC
34 static StringConstructor* create(ExecState* exec, JSGlobalObject* globalObject , Structure* structure, StringPrototype* stringPrototype)
36 StringConstructor* constructor = new (NotNull, allocateCell<StringConstructor>(*exec->heap())) StringConstructor(globalObject, structure);
52 StringConstructor(JSGlobalObject*, Structure*);
H A DStringConstructor.cpp22 #include "StringConstructor.h"
37 #include "StringConstructor.lut.h"
41 const ClassInfo StringConstructor::s_info = { "Function", &InternalFunction::s_info, 0, ExecState::stringConstructorTable, CREATE_METHOD_TABLE(StringConstructor) };
43 /* Source for StringConstructor.lut.h
49 ASSERT_HAS_TRIVIAL_DESTRUCTOR(StringConstructor);
51 StringConstructor::StringConstructor(JSGlobalObject* globalObject, Structure* structure) function in class:JSC::StringConstructor
56 void StringConstructor::finishCreation(ExecState* exec, StringPrototype* stringPrototype)
63 bool StringConstructor
[all...]
H A DJSGlobalObject.cpp82 #include "StringConstructor.h"
271 JSCell* stringConstructor = StringConstructor::create(exec, this, StringConstructor::createStructure(exec->vm(), this, m_functionPrototype.get()), m_stringPrototype.get());
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGByteCodeParser.cpp42 #include "StringConstructor.h"
1660 } else if (function->classInfo() == &StringConstructor::s_info) {

Completed in 320 milliseconds