Searched refs:constructFunction (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DFunctionConstructor.h59 JSObject* constructFunction(ExecState*, JSGlobalObject*, const ArgList&, const Identifier& functionName, const String& sourceURL, const WTF::TextPosition&);
60 JSObject* constructFunction(ExecState*, JSGlobalObject*, const ArgList&);
H A DFunctionConstructor.cpp59 return JSValue::encode(constructFunction(exec, asInternalFunction(exec->callee())->globalObject(), args));
71 return JSValue::encode(constructFunction(exec, asInternalFunction(exec->callee())->globalObject(), args));
82 JSObject* constructFunction(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args, const Identifier& functionName, const String& sourceURL, const TextPosition& position) function in namespace:JSC
125 JSObject* constructFunction(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args) function in namespace:JSC
127 return constructFunction(exec, globalObject, args, exec->propertyNames().anonymous, String(), TextPosition::minimumPosition());
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Transforms/Utils/
H A DCodeExtractor.h111 Function *constructFunction(const ValueSet &inputs,
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DCodeExtractor.cpp286 /// constructFunction - make a function based on inputs and outputs, as follows:
289 Function *CodeExtractor::constructFunction(const ValueSet &inputs, function in class:CodeExtractor
730 Function *newFunction = constructFunction(inputs, outputs, header,
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSObjectRef.cpp150 JSObject* result = constructFunction(exec, exec->lexicalGlobalObject(), args, nameID, sourceURL->string(), TextPosition(OrdinalNumber::fromOneBasedInt(startingLineNumber), OrdinalNumber::first()));

Completed in 187 milliseconds