Home
last modified time | relevance | path

Searched refs:functionCall (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
DCodeGeneratorTestRunner.pm250 my $functionCall;
252 …$functionCall = "impl->" . $function->signature->name . "(context, argumentCount, arguments, excep…
273 … $functionCall = "impl->" . $function->signature->name . "(" . join(", ", @parameters) . ")";
276 push(@contents, " ${functionCall};\n\n") if $function->signature->type eq "void";
277 …ontents, " return " . $self->_returnExpression($function->signature, $functionCall) . ";\n}\n");
/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCompiler.h245 Call functionCall = call(); in appendCallWithExceptionCheck() local
247 m_calls.append(CallRecord(functionCall, function, exceptionCheck, exceptionInfo)); in appendCallWithExceptionCheck()
/external/webkit/Source/WebCore/bindings/scripts/
DCodeGeneratorV8.pm1302 … my $functionCall = GenerateFunctionCallString($function, $paramIndex, " " x 2, $implClassName);
1303 push(@implContentDecls, $functionCall);