Home
last modified time | relevance | path

Searched refs:callFunctionWithoutFrame (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CustomXPathNSResolver.cpp83 …v8::Handle<v8::Value> retval = V8Proxy::callFunctionWithoutFrame(function, m_resolver, argc, argv); in lookupNamespaceURI()
/external/webkit/Source/WebCore/bindings/v8/
DV8NodeFilterCondition.cpp86 … v8::Handle<v8::Value> result = V8Proxy::callFunctionWithoutFrame(callback, object, 1, args.get()); in acceptNode()
DScriptFunctionCall.cpp200 …v8::Handle<v8::Value> result = V8Proxy::callFunctionWithoutFrame(function, object, m_arguments.siz… in call()
DV8Proxy.h178 …static v8::Local<v8::Value> callFunctionWithoutFrame(v8::Handle<v8::Function>, v8::Handle<v8::Obje…
DV8Proxy.cpp496 v8::Local<v8::Value> V8Proxy::callFunctionWithoutFrame(v8::Handle<v8::Function> function, v8::Handl… in callFunctionWithoutFrame() function in WebCore::V8Proxy
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2425043 callFunctionWithoutFrame.
25045 (WebCore::V8Proxy::callFunctionWithoutFrame): Added a function to