Home
last modified time | relevance | path

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

/external/v8/test/promises-aplus/lib/
Dmocha.js99 TestCase.prototype.RunFunction = function(suite, fn, postAction) { argument
101 postAction();
108 postAction();
111 fn(postAction);
123 TestCase.prototype.Run = function(suite, postAction) { argument
165 PostMicrotask(postAction);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeVisitorAction.cs66 public TreeVisitorAction(Func<object, object> preAction, Func<object, object> postAction) in TreeVisitorAction() argument
69 _postAction = postAction; in TreeVisitorAction()
DTreeVisitor.cs76 … public object Visit(object t, Func<object, object> preAction, Func<object, object> postAction) in Visit() argument
78 return Visit(t, new TreeVisitorAction(preAction, postAction)); in Visit()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeVisitorAction.cs68 public TreeVisitorAction( Func<object, object> preAction, Func<object, object> postAction ) in TreeVisitorAction() argument
71 _postAction = postAction; in TreeVisitorAction()
DTreeVisitor.cs78 … public object Visit( object t, Func<object, object> preAction, Func<object, object> postAction ) in Visit() argument
80 return Visit( t, new TreeVisitorAction( preAction, postAction ) ); in Visit()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...