Home
last modified time | relevance | path

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

/external/v8/test/promises-aplus/lib/
Dmocha.js99 TestCase.prototype.RunFunction = function(suite, fn, postAction) { method in TestCase
131 this.RunFunction(suite, this.before, function(e) {
141 this.RunFunction(suite, this.fn, function(e) {
151 this.RunFunction(suite, this.after, function(e) {
/external/llvm/bindings/go/llvm/
Dexecutionengine_test.go93 exec_res := engine.RunFunction(fac, exec_args)
Dexecutionengine.go134 func (ee ExecutionEngine) RunFunction(f Value, args []GenericValue) (g GenericValue) { func