Searched refs:functionCall (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
D | CodeGeneratorTestRunner.pm | 250 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/ |
D | DFGJITCompiler.h | 245 Call functionCall = call(); in appendCallWithExceptionCheck() local 247 m_calls.append(CallRecord(functionCall, function, exceptionCheck, exceptionInfo)); in appendCallWithExceptionCheck()
|
/external/webkit/Source/WebCore/bindings/scripts/ |
D | CodeGeneratorV8.pm | 1302 … my $functionCall = GenerateFunctionCallString($function, $paramIndex, " " x 2, $implClassName); 1303 push(@implContentDecls, $functionCall);
|