Searched defs:argumentCount (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathFunctions.h41 unsigned argumentCount() const { return subexpressionCount(); } function in class:WebCore::XPath::Function
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DScriptArguments.h58 size_t argumentCount() const { return m_arguments.size(); } function in class:Inspector::ScriptArguments
H A DConsoleMessage.cpp284 unsigned ConsoleMessage::argumentCount() const function in class:Inspector::ConsoleMessage
H A DScriptCallStackFactory.cpp167 size_t argumentCount = exec->argumentCount(); local
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DStackAlignment.h45 inline unsigned roundArgumentCountToAlignFrame(unsigned argumentCount) argument
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSContextInternal.h41 size_t argumentCount; member in struct:CallbackData
H A DAPICallbackFunction.h51 int argumentCount = static_cast<int>(exec->argumentCount()); local
82 size_t argumentCount = exec->argumentCount(); local
[all...]
H A DJSCallbackObjectFunctions.h412 size_t argumentCount = exec->argumentCount(); local
479 size_t argumentCount = exec->argumentCount(); local
[all...]
H A DJSObjectRef.cpp164 JSObjectRef JSObjectMakeArray(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
197 JSObjectRef JSObjectMakeDate(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
225 JSObjectRef JSObjectMakeError(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
252 JSObjectRef JSObjectMakeRegExp(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
572 JSValueRef JSObjectCallAsFunction(JSContextRef ctx, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, cons argument
618 JSObjectCallAsConstructor(JSContextRef ctx, JSObjectRef object, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DCachedCall.h41 CachedCall(CallFrame* callFrame, JSFunction* function, int argumentCount) argument
H A DProtoCallFrame.h54 int argumentCount() const { return argumentCountIncludingThis() - 1; } function in struct:JSC::ProtoCallFrame
H A DCallFrame.h229 size_t argumentCount() const { return argumentCountIncludingThis() - 1; } function in class:JSC::ExecState
/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A DJSNodeList.c34 static JSValueRef JSNodeList_item(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
H A DJSNode.c37 static JSValueRef JSNode_appendChild(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
60 static JSValueRef JSNode_removeChild(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
79 static JSValueRef JSNode_replaceChild(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
189 JSObjectRef JSNode_construct(JSContextRef context, JSObjectRef object, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
H A Dminidom.c83 static JSValueRef print(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
H A Dtestapi.c247 static JSValueRef MyObject_callAsFunction(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
265 static JSObjectRef MyObject_callAsConstructor(JSContextRef context, JSObjectRef object, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
681 static JSValueRef Base_callAsFunction(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
692 static JSValueRef Base_returnHardNull(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
774 Derived_callAsFunction(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
843 print_callAsFunction(JSContextRef ctx, JSObjectRef functionObject, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
864 myConstructor_callAsConstructor(JSContextRef context, JSObjectRef constructorObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
879 myBadConstructor_callAsConstructor(JSContextRef context, JSObjectRef constructorObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
928 globalObject_call(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
939 functionGC(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
1034 valueToObjectExceptionCallAsFunction(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
1128 currentCPUTime_callAsFunction(JSContextRef ctx, JSObjectRef functionObject, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSPluginElementFunctions.cpp147 size_t argumentCount = exec->argumentCount(); local
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/
H A DNPObjectProxy.cpp113 bool NPObjectProxy::invoke(NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
136 bool NPObjectProxy::invokeDefault(const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
248 bool NPObjectProxy::construct(const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
321 bool NPObjectProxy::NP_Invoke(NPObject* npObject, NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
326 bool NPObjectProxy::NP_InvokeDefault(NPObject* npObject, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
356 NP_Construct(NPObject* npObject, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNPJSObject.cpp113 bool NPJSObject::invoke(NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
130 bool NPJSObject::invokeDefault(const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
256 bool NPJSObject::construct(const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
283 bool NPJSObject::invoke(ExecState* exec, JSGlobalObject* globalObject, JSValue function, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
343 bool NPJSObject::NP_Invoke(NPObject* npObject, NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
348 NP_InvokeDefault(NPObject* npObject, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
378 NP_Construct(NPObject* npObject, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
[all...]
H A DNetscapeBrowserFuncs.cpp670 static bool NPN_Invoke(NPP npp, NPObject *npObject, NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
681 static bool NPN_InvokeDefault(NPP npp, NPObject *npObject, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
797 static bool NPN_Construct(NPP npp, NPObject* npObject, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
/macosx-10.10/libmalloc-53.1.1/src/
H A Dstack_logging_disk.c1578 int argumentCount = *((int*)argbuf); local

Completed in 306 milliseconds