HomeSort by relevance Sort by last modified time
    Searched refs:FunctionConstructor (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/ForwardingHeaders/runtime/
FunctionConstructor.h 3 #include <JavaScriptCore/FunctionConstructor.h>
  /external/webkit/Source/JavaScriptCore/runtime/
FunctionConstructor.h 30 class FunctionConstructor : public InternalFunction {
32 FunctionConstructor(ExecState*, JSGlobalObject*, Structure*, FunctionPrototype*);
FunctionConstructor.cpp 22 #include "FunctionConstructor.h"
38 ASSERT_CLASS_FITS_IN_CELL(FunctionConstructor);
40 FunctionConstructor::FunctionConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, FunctionPrototype* functionPrototype)
55 ConstructType FunctionConstructor::getConstructData(ConstructData& constructData)
68 CallType FunctionConstructor::getCallData(CallData& callData)
JSGlobalObject.cpp 47 #include "FunctionConstructor.h"
217 JSCell* functionConstructor = new (exec) FunctionConstructor(exec, this, FunctionConstructor::createStructure(exec->globalData(), m_functionPrototype.get()), m_functionPrototype.get());
238 m_functionPrototype->putDirectFunctionWithoutTransition(exec->globalData(), exec->propertyNames().constructor, functionConstructor, DontEnum);
252 putDirectFunctionWithoutTransition(exec->globalData(), Identifier(exec, "Function"), functionConstructor, DontEnum);
  /external/webkit/Source/WebCore/bindings/js/
JSLazyEventListener.cpp 26 #include <runtime/FunctionConstructor.h>

Completed in 371 milliseconds