Searched refs:ArgList (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10/WebCore-7600.1.25/ForwardingHeaders/runtime/
H A DArgList.h3 #include <JavaScriptCore/ArgList.h>
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DCallData.h36 class ArgList;
60 JS_EXPORT_PRIVATE JSValue call(ExecState*, JSValue functionObject, CallType, const CallData&, JSValue thisValue, const ArgList&);
61 JS_EXPORT_PRIVATE JSValue call(ExecState*, JSValue functionObject, CallType, const CallData&, JSValue thisValue, const ArgList&, JSValue* exception);
H A DConstructData.h37 class ArgList;
59 JS_EXPORT_PRIVATE JSObject* construct(ExecState*, JSValue constructor, ConstructType, const ConstructData&, const ArgList&);
H A DConstructData.cpp37 JSObject* construct(ExecState* exec, JSValue constructorObject, ConstructType constructType, const ConstructData& constructData, const ArgList& args)
H A DArgList.h37 friend class ArgList;
141 class ArgList { class in namespace:JSC
145 ArgList() function in class:JSC::ArgList
151 ArgList(ExecState* exec) function in class:JSC::ArgList
157 ArgList(const MarkedArgumentBuffer& args) function in class:JSC::ArgList
173 JS_EXPORT_PRIVATE void getSlice(int startIndex, ArgList& result) const;
H A DCallData.cpp36 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args)
42 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args, JSValue* exception)
H A DArgList.cpp22 #include "ArgList.h"
33 void ArgList::getSlice(int startIndex, ArgList& result) const
36 result = ArgList();
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&);
62 JS_EXPORT_PRIVATE JSObject* constructFunctionSkippingEvalEnabledCheck(ExecState*, JSGlobalObject*, const ArgList&, const Identifier&, const String&, const WTF::TextPosition&);
H A DFunctionConstructor.cpp58 ArgList args(exec);
70 ArgList args(exec);
82 JSObject* constructFunction(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args, const Identifier& functionName, const String& sourceURL, const TextPosition& position)
89 JSObject* constructFunctionSkippingEvalEnabledCheck(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args, const Identifier& functionName, const String& sourceURL, const TextPosition& position)
125 JSObject* constructFunction(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args)
H A DArrayConstructor.cpp87 static inline JSObject* constructArrayWithSizeQuirk(ExecState* exec, const ArgList& args)
101 ArgList args(exec);
113 ArgList args(exec);
H A DBooleanConstructor.h58 JSObject* constructBoolean(ExecState*, const ArgList&);
H A DBooleanConstructor.cpp49 JSObject* constructBoolean(ExecState* exec, const ArgList& args)
58 ArgList args(exec);
H A DDateConstructor.h60 JSObject* constructDate(ExecState*, JSGlobalObject*, const ArgList&);
H A DGetterSetter.cpp61 return call(exec, getter, callType, callData, base, ArgList());
H A DJSGlobalObjectFunctions.h33 class ArgList;
/macosx-10.10/vim-55/src/VisVim/
H A DOleAut.cpp171 va_list ArgList; local
173 va_start (ArgList, Format);
174 bool bRet = Invoke (DISPATCH_PROPERTYPUT, Name, Format, ArgList);
175 va_end (ArgList);
181 va_list ArgList; local
183 va_start (ArgList, Format);
184 bool bRet = Invoke (DISPATCH_PROPERTYPUT, DispatchId, Format, ArgList);
185 va_end (ArgList);
191 va_list ArgList; local
193 va_start (ArgList, Forma
201 va_list ArgList; local
209 Invoke(WORD Flags, char* Name, LPCTSTR Format, va_list ArgList) argument
218 Invoke(WORD Flags, DISPID DispatchId, LPCTSTR Format, va_list ArgList) argument
[all...]
H A DOleAut.h42 bool Invoke (WORD Flags, char* Name, LPCTSTR Format, va_list ArgList);
43 bool Invoke (WORD Flags, DISPID DispatchId, LPCTSTR Format, va_list ArgList);
/macosx-10.10/vim-55/src/
H A Dgui_xmebw.h66 extern Widget XgCreateEPushButtonWidget(Widget, char *, ArgList, Cardinal);
/macosx-10.10/WebCore-7600.1.25/bridge/jsc/
H A DBridgeJSC.h39 class ArgList;
95 virtual JSValue invokeConstruct(ExecState*, const ArgList&) { return JSValue(); } argument
135 const char* signatureForParameters(const ArgList&);
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInspectorEnvironment.h37 typedef JSC::JSValue (*InspectorFunctionCallHandler)(JSC::ExecState* exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData& callData, JSC::JSValue thisValue, const JSC::ArgList& args, JSC::JSValue* exception);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebScriptDebugger.h46 class ArgList;
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSMainThreadExecState.h53 static JSC::JSValue call(JSC::ExecState* exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData& callData, JSC::JSValue thisValue, const JSC::ArgList& args, JSC::JSValue* exception)
124 JSC::JSValue functionCallHandlerFromAnyThread(JSC::ExecState*, JSC::JSValue functionObject, JSC::CallType, const JSC::CallData&, JSC::JSValue thisValue, const JSC::ArgList& args, JSC::JSValue* exception);
H A DJSMainThreadExecState.cpp49 JSC::JSValue functionCallHandlerFromAnyThread(JSC::ExecState* exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData& callData, JSC::JSValue thisValue, const JSC::ArgList& args, JSC::JSValue* exception)
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DProxyInstance.h76 virtual JSC::JSValue invokeConstruct(JSC::ExecState*, const JSC::ArgList&);
87 JSC::JSValue invoke(JSC::ExecState*, InvokeType, uint64_t identifier, const JSC::ArgList&);
/macosx-10.10/JavaScriptCore-7600.1.17/bindings/
H A DScriptFunctionCall.h35 #include "ArgList.h"
74 typedef JSC::JSValue (*ScriptFunctionCallHandler)(JSC::ExecState* exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData& callData, JSC::JSValue thisValue, const JSC::ArgList& args, JSC::JSValue* exception);

Completed in 387 milliseconds

123