Home
last modified time | relevance | path

Searched refs:functionPrototype (Results 1 – 25 of 105) sorted by relevance

12345

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSGlobalObject.cpp209 d()->prototypeFunctionStructure = PrototypeFunction::createStructure(d()->functionPrototype); in reset()
212 …d()->functionPrototype->addFunctionProperties(exec, d()->prototypeFunctionStructure.get(), &callFu… in reset()
216 d()->functionPrototype->structure()->setPrototypeWithoutTransition(d()->objectPrototype); in reset()
220 d()->functionStructure = JSFunction::createStructure(d()->functionPrototype); in reset()
221 d()->callbackFunctionStructure = JSCallbackFunction::createStructure(d()->functionPrototype); in reset()
262 …ructor(exec, FunctionConstructor::createStructure(d()->functionPrototype), d()->functionPrototype); in reset()
269 …ec) RegExpConstructor(exec, RegExpConstructor::createStructure(d()->functionPrototype), d()->regEx… in reset()
271 …exec) ErrorConstructor(exec, ErrorConstructor::createStructure(d()->functionPrototype), errorProto… in reset()
273 …<Structure> nativeErrorStructure = NativeErrorConstructor::createStructure(d()->functionPrototype); in reset()
283 …d()->functionPrototype->putDirectFunctionWithoutTransition(exec->propertyNames().constructor, func… in reset()
[all …]
H A DFunctionConstructor.cpp38 …ctor(ExecState* exec, NonNullPassRefPtr<Structure> structure, FunctionPrototype* functionPrototype) in FunctionConstructor() argument
39 …: InternalFunction(&exec->globalData(), structure, Identifier(exec, functionPrototype->classInfo()… in FunctionConstructor()
41 …putDirectWithoutTransition(exec->propertyNames().prototype, functionPrototype, DontEnum | DontDele… in FunctionConstructor()
H A DJSGlobalObject.h87 , functionPrototype(0) in JSGlobalObjectData()
127 FunctionPrototype* functionPrototype; member
212 FunctionPrototype* functionPrototype() const { return d()->functionPrototype; } in functionPrototype() function
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSGlobalObject.cpp209 d()->prototypeFunctionStructure = PrototypeFunction::createStructure(d()->functionPrototype); in reset()
212 …d()->functionPrototype->addFunctionProperties(exec, d()->prototypeFunctionStructure.get(), &callFu… in reset()
216 d()->functionPrototype->structure()->setPrototypeWithoutTransition(d()->objectPrototype); in reset()
220 d()->functionStructure = JSFunction::createStructure(d()->functionPrototype); in reset()
221 d()->callbackFunctionStructure = JSCallbackFunction::createStructure(d()->functionPrototype); in reset()
262 …ructor(exec, FunctionConstructor::createStructure(d()->functionPrototype), d()->functionPrototype); in reset()
269 …ec) RegExpConstructor(exec, RegExpConstructor::createStructure(d()->functionPrototype), d()->regEx… in reset()
271 …exec) ErrorConstructor(exec, ErrorConstructor::createStructure(d()->functionPrototype), errorProto… in reset()
273 …<Structure> nativeErrorStructure = NativeErrorConstructor::createStructure(d()->functionPrototype); in reset()
283 …d()->functionPrototype->putDirectFunctionWithoutTransition(exec->propertyNames().constructor, func… in reset()
[all …]
H A DFunctionConstructor.cpp38 …ctor(ExecState* exec, NonNullPassRefPtr<Structure> structure, FunctionPrototype* functionPrototype) in FunctionConstructor() argument
39 …: InternalFunction(&exec->globalData(), structure, Identifier(exec, functionPrototype->classInfo()… in FunctionConstructor()
41 …putDirectWithoutTransition(exec->propertyNames().prototype, functionPrototype, DontEnum | DontDele… in FunctionConstructor()
H A DJSGlobalObject.h85 , functionPrototype(0) in JSGlobalObjectData()
125 FunctionPrototype* functionPrototype; member
210 FunctionPrototype* functionPrototype() const { return d()->functionPrototype; } in functionPrototype() function
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSGlobalObject.cpp209 d()->prototypeFunctionStructure = PrototypeFunction::createStructure(d()->functionPrototype); in reset()
212 …d()->functionPrototype->addFunctionProperties(exec, d()->prototypeFunctionStructure.get(), &callFu… in reset()
216 d()->functionPrototype->structure()->setPrototypeWithoutTransition(d()->objectPrototype); in reset()
220 d()->functionStructure = JSFunction::createStructure(d()->functionPrototype); in reset()
221 d()->callbackFunctionStructure = JSCallbackFunction::createStructure(d()->functionPrototype); in reset()
262 …ructor(exec, FunctionConstructor::createStructure(d()->functionPrototype), d()->functionPrototype); in reset()
269 …ec) RegExpConstructor(exec, RegExpConstructor::createStructure(d()->functionPrototype), d()->regEx… in reset()
271 …exec) ErrorConstructor(exec, ErrorConstructor::createStructure(d()->functionPrototype), errorProto… in reset()
273 …<Structure> nativeErrorStructure = NativeErrorConstructor::createStructure(d()->functionPrototype); in reset()
283 …d()->functionPrototype->putDirectFunctionWithoutTransition(exec->propertyNames().constructor, func… in reset()
[all …]
H A DFunctionConstructor.cpp38 …ctor(ExecState* exec, NonNullPassRefPtr<Structure> structure, FunctionPrototype* functionPrototype) in FunctionConstructor() argument
39 …: InternalFunction(&exec->globalData(), structure, Identifier(exec, functionPrototype->classInfo()… in FunctionConstructor()
41 …putDirectWithoutTransition(exec->propertyNames().prototype, functionPrototype, DontEnum | DontDele… in FunctionConstructor()
H A DJSGlobalObject.h85 , functionPrototype(0) in JSGlobalObjectData()
125 FunctionPrototype* functionPrototype; member
210 FunctionPrototype* functionPrototype() const { return d()->functionPrototype; } in functionPrototype() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DFunctionConstructor.cpp40 …te* exec, JSGlobalObject* globalObject, Structure* structure, FunctionPrototype* functionPrototype) in FunctionConstructor() argument
41 …tion(&exec->globalData(), globalObject, structure, Identifier(exec, functionPrototype->classInfo()… in FunctionConstructor()
43 …houtTransition(exec->globalData(), exec->propertyNames().prototype, functionPrototype, DontEnum | … in FunctionConstructor()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bridge/
H A Druntime_method.h45 return globalObject->functionPrototype(); in createPrototype()
/dports/security/cryptlib/cryptlib-3.4.3/tools/
H A DcryptlibConverter.py132 def expandFunctionPrototype(functionPrototype, newParamStructs): argument
133 functionPrototype = functionPrototype.replace("\n", "") #Make one big line
134 …paramPrototypesList = [e.strip() for e in functionPrototype.split(",")] #Break into a list of para…
1831 functionReturnType, functionName, functionPrototype = functionMatch.groups() variable
1883 newFunctionParams = expandFunctionPrototype(functionPrototype, newParamStructs)
2216 functionReturnType, functionName, functionPrototype = functionMatch.groups() variable
2261 … newFunctionParams = functionPrototype #expandFunctionPrototype(functionPrototype, newParamStructs)
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/
H A Dqmljsvalueowner.cpp416 xmlHttpRequest->setMember(QLatin1String("onreadystatechange"), functionPrototype()); in SharedValueOwner()
450 f->addArgument(functionPrototype(), QLatin1String("callback")); in SharedValueOwner()
452 f->addArgument(functionPrototype(), QLatin1String("callback")); in SharedValueOwner()
457 f->addArgument(functionPrototype(), QLatin1String("callback")); in SharedValueOwner()
464 f->addArgument(functionPrototype(), QLatin1String("callback")); in SharedValueOwner()
470 f->addArgument(functionPrototype(), QLatin1String("reviver")); in SharedValueOwner()
759 const ObjectValue *ValueOwner::functionPrototype() const in functionPrototype() function in QmlJS::ValueOwner
H A Dqmljsvalueowner.h104 const ObjectValue *functionPrototype() const;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljsvalueowner.cpp417 xmlHttpRequest->setMember(QLatin1String("onreadystatechange"), functionPrototype()); in SharedValueOwner()
451 f->addArgument(functionPrototype(), QLatin1String("callback")); in SharedValueOwner()
453 f->addArgument(functionPrototype(), QLatin1String("callback")); in SharedValueOwner()
458 f->addArgument(functionPrototype(), QLatin1String("callback")); in SharedValueOwner()
465 f->addArgument(functionPrototype(), QLatin1String("callback")); in SharedValueOwner()
471 f->addArgument(functionPrototype(), QLatin1String("reviver")); in SharedValueOwner()
782 const ObjectValue *ValueOwner::functionPrototype() const in functionPrototype() function in QmlJS::ValueOwner
H A Dqmljsvalueowner.h106 const ObjectValue *functionPrototype() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DJSNPMethod.cpp45 …Data(), globalObject, createStructure(exec->globalData(), globalObject->functionPrototype()), name) in JSNPMethod()
/dports/lang/elm/compiler-0.19.1/_cabal_deps/language-glsl-0.3.0/Language/GLSL/
H A DParser.hs471 functionPrototype :: P FunctionPrototype
472 functionPrototype = do function
886 [ do p <- try functionPrototype
897 fp <- functionPrototype
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dconstvars.cxx81 explicit CalleeWrapper(const FunctionProtoType* functionPrototype) in CalleeWrapper() argument
82 : m_functionPrototype(functionPrototype) in CalleeWrapper()
H A Dconstfields.cxx109 explicit CalleeWrapper(const FunctionProtoType* functionPrototype) in CalleeWrapper() argument
110 : m_functionPrototype(functionPrototype) in CalleeWrapper()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dconstvars.cxx74 explicit CalleeWrapper(const FunctionProtoType* functionPrototype) in CalleeWrapper() argument
75 : m_functionPrototype(functionPrototype) in CalleeWrapper()
H A Dconstfields.cxx102 explicit CalleeWrapper(const FunctionProtoType* functionPrototype) in CalleeWrapper() argument
103 : m_functionPrototype(functionPrototype) in CalleeWrapper()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.h153 return globalObject->functionPrototype(); in createPrototype()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4functionobject_p.h175 V4_PROTOTYPE(functionPrototype)
H A Dqv4generatorobject.cpp143 Object::staticVTable(), engine->functionPrototype())); in init()

12345