Home
last modified time | relevance | path

Searched refs:noOp (Results 1 - 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DdoYouNeedToChangeYourTargetLibraryES2015.js3 const noOp = () => {};
4 const testReflectApply = Reflect.apply(noOp, this, []);
5 const testReflectConstruct = Reflect.construct(noOp, []);
101 var noOp = function () { }; function
102 var testReflectApply = Reflect.apply(noOp, this, []);
103 var testReflectConstruct = Reflect.construct(noOp, []);
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Daccessors.hpp40 int noOp; member

Completed in 2 milliseconds