HomeSort by relevance Sort by last modified time
    Searched defs:noop (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-1.js 55 t4 = new TestFunction( "noop", "value" );
77 "noop.toString()",
79 noop.toString() );
87 function noop( value ) { function
  /external/icu4c/test/intltest/
reptest.cpp 243 NoopReplaceable noop; local
245 if((p=noop.clone())!=NULL) {
250 if(!noop.hasMetaData()) {
257 noop2=noop;
265 NoopReplaceable noop3(noop);