Home
last modified time | relevance | path

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

12

/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.cpp74 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpAsTextCallback() argument
81 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpAsPDFCallback() argument
88 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpBackForwardListCallback() argument
95 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpChildFramesAsTextCallback() argument
102 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpChildFrameScrollPositionsCallback() argument
109 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpDatabaseCallbacksCallback() argument
116 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpDOMAsWebArchiveCallback() argument
123 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpEditingCallbacksCallback() argument
130 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpResourceLoadCallbacksCallback() argument
137 …textRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in dumpResourceResponseMIMETypesCallback() 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()
Dtestapi.c230 …ontextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValue… in MyObject_callAsFunction() argument
237 …if (argumentCount > 0 && JSValueIsString(context, arguments[0]) && JSStringIsEqualToUTF8CString(JS… in MyObject_callAsFunction()
242 …if (argumentCount > 0 && JSValueIsStrictEqual(context, arguments[0], JSValueMakeNumber(context, 0)… in MyObject_callAsFunction()
248 …ct_callAsConstructor(JSContextRef context, JSObjectRef object, size_t argumentCount, const JSValue… in MyObject_callAsConstructor() argument
253 …if (argumentCount > 0 && JSValueIsString(context, arguments[0]) && JSStringIsEqualToUTF8CString(JS… in MyObject_callAsConstructor()
258 …if (argumentCount > 0 && JSValueIsStrictEqual(context, arguments[0], JSValueMakeNumber(context, 0)… in MyObject_callAsConstructor()
483 …SContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in Base_callAsFunction() argument
487 UNUSED_PARAM(argumentCount); in Base_callAsFunction()
563 …SContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValue… in Derived_callAsFunction() argument
567 UNUSED_PARAM(argumentCount); in Derived_callAsFunction()
[all …]
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()
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/WebCore/bindings/v8/
DNPV8Object.cpp81 …* createValueListFromVariantArgs(const NPVariant* arguments, uint32_t argumentCount, NPObject* own… in createValueListFromVariantArgs() argument
83 v8::Handle<v8::Value>* argv = new v8::Handle<v8::Value>[argumentCount]; in createValueListFromVariantArgs()
84 for (uint32_t index = 0; index < argumentCount; index++) { in createValueListFromVariantArgs()
133 …Object, NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* re… in _NPN_Invoke() argument
140 return npObject->_class->invoke(npObject, methodName, arguments, argumentCount, result); in _NPN_Invoke()
161 if (argumentCount != 1) in _NPN_Invoke()
183 …r<v8::Handle<v8::Value> > argv(createValueListFromVariantArgs(arguments, argumentCount, npObject)); in _NPN_Invoke()
184 …lue> resultObject = proxy->callFunction(function, v8NpObject->v8Object, argumentCount, argv.get()); in _NPN_Invoke()
196 …ult(NPP npp, NPObject* npObject, const NPVariant* arguments, uint32_t argumentCount, NPVariant* re… in _NPN_InvokeDefault() argument
203 return npObject->_class->invokeDefault(npObject, arguments, argumentCount, result); in _NPN_InvokeDefault()
[all …]
Dnpruntime_impl.h58 …bject*, NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* re…
59 bool _NPN_InvokeDefault(NPP, NPObject*, const NPVariant* arguments, uint32_t argumentCount, NPVaria…
69 bool _NPN_Construct(NPP, NPObject*, const NPVariant* arguments, uint32_t argumentCount, NPVariant* …
DScriptCallFrame.h61 unsigned argumentCount() const { return m_arguments.size(); } in argumentCount() function
/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()
64 …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()
70 result = callback(ctx, constructorRef, argumentCount, arguments.data(), &exception); 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()
388 …(JSContextRef ctx, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValue… in JSObjectCallAsFunction() argument
[all …]
DJSCallbackObjectFunctions.h294 int argumentCount = static_cast<int>(args.size()); in construct() local
295 Vector<JSValueRef, 16> arguments(argumentCount); in construct()
296 for (int i = 0; i < argumentCount; i++) in construct()
302 …result = toJS(callAsConstructor(execRef, constructorRef, argumentCount, arguments.data(), &excepti… in construct()
356 int argumentCount = static_cast<int>(args.size()); in call() local
357 Vector<JSValueRef, 16> arguments(argumentCount); in call()
358 for (int i = 0; i < argumentCount; i++) in call()
364 …result = toJS(exec, callAsFunction(execRef, functionRef, thisObjRef, argumentCount, arguments.data… in call()
/external/webkit/WebCore/bindings/v8/custom/
DV8WorkerContextCustom.cpp98 int argumentCount = args.Length(); in SetTimeoutOrInterval() local
99 if (argumentCount < 1) in SetTimeoutOrInterval()
103 int32_t timeout = argumentCount >= 2 ? args[1]->Int32Value() : 0; in SetTimeoutOrInterval()
110 size_t paramCount = argumentCount >= 2 ? argumentCount - 2 : 0; in SetTimeoutOrInterval()
/external/webkit/WebCore/inspector/
DJavaScriptProfile.cpp89 …textRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_t argumentCount, const JSValue… in focus() argument
94 if (argumentCount < 1) in focus()
106 …textRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_t argumentCount, const JSValue… in exclude() argument
111 if (argumentCount < 1) in exclude()
DConsoleMessage.cpp57 , m_wrappedArguments(callStack->at(0).argumentCount()) in ConsoleMessage()
74 for (unsigned i = 0; i < lastCaller.argumentCount(); ++i) in ConsoleMessage()
/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/V8Binding/v8/src/
Dmirror-delay.js1282 FrameDetails.prototype.argumentCount = function() { method in FrameDetails
1290 if (index >= 0 && index < this.argumentCount()) {
1300 if (index >= 0 && index < this.argumentCount()) {
1323 …var locals_offset = kFrameDetailsFirstDynamicIndex + this.argumentCount() * kFrameDetailsNameValue…
1334 …var locals_offset = kFrameDetailsFirstDynamicIndex + this.argumentCount() * kFrameDetailsNameValue…
1399 FrameMirror.prototype.argumentCount = function() { method in FrameMirror
1400 return this.details_.argumentCount();
1545 for (var i = 0; i < this.argumentCount(); i++) {
2203 var x = new Array(mirror.argumentCount());
2204 for (var i = 0; i < mirror.argumentCount(); i++) {
/external/webkit/WebCore/page/
DConsole.cpp79 if (!callFrame.argumentCount()) in getFirstArgumentAsString()
169 if (!acceptNoArguments && !lastCaller.argumentCount()) in addMessage()
184 for (unsigned i = 0; i < lastCaller.argumentCount(); ++i) { in addMessage()
/external/webkit/JavaScriptCore/runtime/
DArguments.h119 argc = callFrame->argumentCount(); in getArgumentsData()
173 unsigned numArguments = callFrame->argumentCount() - 1; in Arguments()

12