Searched refs:RunFunction (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/promises-aplus/lib/ |
D | mocha.js | 99 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/ |
D | executionengine_test.go | 93 exec_res := engine.RunFunction(fac, exec_args)
|
D | executionengine.go | 134 func (ee ExecutionEngine) RunFunction(f Value, args []GenericValue) (g GenericValue) { func
|