Home
last modified time | relevance | path

Searched refs:argumentCount (Results 1 – 24 of 24) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.cpp70 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpAsTextCallback() argument
77 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpAsPDFCallback() argument
84 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpBackForwardListCallback() argument
91 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpChildFramesAsTextCallback() argument
98 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpChildFrameScrollPositionsCallback() argument
105 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpDatabaseCallbacksCallback() argument
112 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpDOMAsWebArchiveCallback() argument
119 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpEditingCallbacksCallback() argument
126 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpResourceLoadCallbacksCallback() argument
133 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpSelectionRectCallback() argument
[all …]
DAccessibilityUIElement.cpp39 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in allAttributesCallback() argument
45 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in attributesOfLinkedUIElementsCallback() argument
51 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in attributesOfDocumentLinksCallback() argument
57 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in attributesOfChildrenCallback() argument
63 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in parameterizedAttributeNamesCallback() argument
69 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in attributesOfColumnHeadersCallback() argument
75 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in attributesOfRowHeadersCallback() argument
81 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in attributesOfColumnsCallback() argument
87 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in attributesOfRowsCallback() argument
93 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in attributesOfVisibleCellsCallback() argument
[all …]
DGCController.cpp45 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in collectCallback() argument
52 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in collectOnAlternateThreadCallback() argument
55 if (argumentCount > 0) in collectOnAlternateThreadCallback()
64 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in getJSObjectCountCallback() argument
/external/webkit/WebKitTools/DumpRenderTree/win/
DEventSender.cpp96 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in leapForwardCallback() argument
98 if (argumentCount > 0) { in leapForwardCallback()
131 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in contextClickCallback() argument
147 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in mouseDownCallback() argument
208 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in mouseUpCallback() argument
248 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in mouseMoveToCallback() argument
250 if (argumentCount < 2) in mouseMoveToCallback()
344 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in keyDownCallback() argument
346 if (argumentCount < 1) in keyDownCallback()
392 if (argumentCount > 1 || needsShiftKeyModifier) { in keyDownCallback()
[all …]
/external/webkit/JavaScriptCore/API/tests/
DJSNode.c36 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in JSNode_appendChild() argument
45 …} else if (argumentCount < 1 || !JSValueIsObjectOfClass(context, arguments[0], JSNode_class(contex… in JSNode_appendChild()
59 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in JSNode_removeChild() argument
64 if (argumentCount > 0) { in JSNode_removeChild()
78 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in JSNode_replaceChild() argument
82 if (argumentCount > 1) { in JSNode_replaceChild()
188 JSObjectRef JSNode_construct(JSContextRef context, JSObjectRef object, size_t argumentCount, const … in JSNode_construct() argument
191 UNUSED_PARAM(argumentCount); in JSNode_construct()
Dminidom.c37 …ontextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValue…
82 …ontextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValue… in print() argument
87 if (argumentCount > 0) { in print()
Dtestapi.c197 …ontextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValue… in MyObject_callAsFunction() argument
204 …if (argumentCount > 0 && JSValueIsStrictEqual(context, arguments[0], JSValueMakeNumber(context, 0)… in MyObject_callAsFunction()
210 …ct_callAsConstructor(JSContextRef context, JSObjectRef object, size_t argumentCount, const JSValue… in MyObject_callAsConstructor() argument
215 …if (argumentCount > 0 && JSValueIsStrictEqual(context, arguments[0], JSValueMakeNumber(context, 0)… in MyObject_callAsConstructor()
319 …SContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in Base_callAsFunction() argument
323 UNUSED_PARAM(argumentCount); in Base_callAsFunction()
399 …SContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in Derived_callAsFunction() argument
403 UNUSED_PARAM(argumentCount); in Derived_callAsFunction()
457 …f context, JSObjectRef functionObject, JSObjectRef thisObject, size_t argumentCount, const JSValue… in print_callAsFunction() argument
463 if (argumentCount > 0) { in print_callAsFunction()
[all …]
DJSNodeList.c33 …ontextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValue… in JSNodeList_item() argument
37 if (argumentCount > 0) { in JSNodeList_item()
DJSNode.h35 extern JSObjectRef JSNode_construct(JSContextRef context, JSObjectRef object, size_t argumentCount,…
/external/webkit/JavaScriptCore/API/
DJSObjectRef.h220 …SContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue…
240 …nstructorCallback) (JSContextRef ctx, JSObjectRef constructor, size_t argumentCount, const JSValue…
444 JS_EXPORT JSObjectRef JSObjectMakeArray(JSContextRef ctx, size_t argumentCount, const JSValueRef ar…
455 JS_EXPORT JSObjectRef JSObjectMakeDate(JSContextRef ctx, size_t argumentCount, const JSValueRef arg…
466 JS_EXPORT JSObjectRef JSObjectMakeError(JSContextRef ctx, size_t argumentCount, const JSValueRef ar…
477 JS_EXPORT JSObjectRef JSObjectMakeRegExp(JSContextRef ctx, size_t argumentCount, const JSValueRef a…
618 …(JSContextRef ctx, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValue…
639 …SObjectCallAsConstructor(JSContextRef ctx, JSObjectRef object, size_t argumentCount, const JSValue…
DJSCallbackFunction.cpp55 int argumentCount = static_cast<int>(args.size()); in call() local
56 Vector<JSValueRef, 16> arguments(argumentCount); in call()
57 for (int i = 0; i < argumentCount; i++) in call()
61 …ction*>(functionObject)->m_callback(execRef, functionRef, thisObjRef, argumentCount, arguments.dat… in call()
DJSCallbackConstructor.cpp61 int argumentCount = static_cast<int>(args.size()); in constructJSCallback() local
62 Vector<JSValueRef, 16> arguments(argumentCount); in constructJSCallback()
63 for (int i = 0; i < argumentCount; i++) in constructJSCallback()
67 …return toJS(callback(ctx, constructorRef, argumentCount, arguments.data(), toRef(exec->exceptionSl… in constructJSCallback()
DJSObjectRef.cpp140 JSObjectRef JSObjectMakeArray(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[],… in JSObjectMakeArray() argument
147 if (argumentCount) { in JSObjectMakeArray()
149 for (size_t i = 0; i < argumentCount; ++i) in JSObjectMakeArray()
166 JSObjectRef JSObjectMakeDate(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], … in JSObjectMakeDate() argument
173 for (size_t i = 0; i < argumentCount; ++i) in JSObjectMakeDate()
187 JSObjectRef JSObjectMakeError(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[],… in JSObjectMakeError() argument
194 for (size_t i = 0; i < argumentCount; ++i) in JSObjectMakeError()
208 JSObjectRef JSObjectMakeRegExp(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[]… in JSObjectMakeRegExp() argument
215 for (size_t i = 0; i < argumentCount; ++i) in JSObjectMakeRegExp()
380 …(JSContextRef ctx, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValue… in JSObjectCallAsFunction() argument
[all …]
DJSCallbackObjectFunctions.h266 int argumentCount = static_cast<int>(args.size()); in construct() local
267 Vector<JSValueRef, 16> arguments(argumentCount); in construct()
268 for (int i = 0; i < argumentCount; i++) in construct()
271 …return toJS(callAsConstructor(execRef, constructorRef, argumentCount, arguments.data(), toRef(exec… in construct()
315 int argumentCount = static_cast<int>(args.size()); in call() local
316 Vector<JSValueRef, 16> arguments(argumentCount); in call()
317 for (int i = 0; i < argumentCount; i++) in call()
320 …return toJS(callAsFunction(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), toRe… in call()
/external/webkit/WebCore/inspector/
DInspectorController.cpp138 …Ref context, JSObjectRef thisObject, const char* functionName, size_t argumentCount, const JSValue… in callFunction() argument
154 …JSValueRef result = JSObjectCallAsFunction(context, function, thisObject, argumentCount, arguments… in callFunction()
178 , wrappedArguments(callStack->at(0).argumentCount()) in ConsoleMessage()
198 for (unsigned i = 0; i < lastCaller.argumentCount(); ++i) in ConsoleMessage()
544 …textRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_t argumentCount, const JSValue… in addResourceSourceToFrame() argument
549 if (argumentCount < 2 || !controller) in addResourceSourceToFrame()
573 …textRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_t argumentCount, const JSValue… in addSourceToFrame() argument
578 if (argumentCount < 3 || !controller) in addSourceToFrame()
601 …textRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_t argumentCount, const JSValue… in getResourceDocumentNode() argument
606 if (!argumentCount || argumentCount > 1 || !controller) in getResourceDocumentNode()
[all …]
DJavaScriptProfile.cpp104 …textRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_t argumentCount, const JSValue… in focus() argument
109 if (argumentCount < 1) in focus()
121 …textRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_t argumentCount, const JSValue… in exclude() argument
126 if (argumentCount < 1) in exclude()
DInspectorController.h278 …SContextRef, JSObjectRef thisObject, const char* functionName, size_t argumentCount, const JSValue…
/external/webkit/WebCore/bindings/js/
DScriptCallFrame.cpp46 size_t argumentCount = args.size(); in ScriptCallFrame() local
47 for (size_t i = skipArgumentCount; i < argumentCount; ++i) in ScriptCallFrame()
DScriptCallFrame.h62 unsigned argumentCount() const { return m_arguments.size(); } in argumentCount() function
/external/webkit/WebCore/page/
DConsole.cpp73 if (!callFrame.argumentCount()) in getFirstArgumentAsString()
159 if (!acceptNoArguments && !lastCaller.argumentCount()) in addMessage()
174 for (unsigned i = 0; i < lastCaller.argumentCount(); ++i) { in addMessage()
/external/webkit/JavaScriptCore/runtime/
DArguments.h111 argc = callFrame->argumentCount(); in getArgumentsData()
165 unsigned numArguments = callFrame->argumentCount() - 1; in Arguments()
/external/webkit/JavaScriptCore/interpreter/
DCallFrame.h106 int argumentCount() const { return this[RegisterFile::ArgumentCount].i(); } in argumentCount() function
/external/webkit/WebCore/
DChangeLog16404 (WebCore::ScriptCallFrame::argumentCount):
16438 (WebCore::ScriptCallFrame::argumentCount):
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-148902 Global replace in the API of argc/argv with argumentCount/arguments.