Searched refs:TestFunction (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Expressions/
H A D11.2.2-6-n.js79 function TestFunction() { function
H A D11.2.2-1.js76 "(new TestFunction(0,1,2,3,4,5)).length",
78 (new TestFunction(0,1,2,3,4,5)).length );
84 function TestFunction() { function
H A D11.2.2-1-n.js83 function TestFunction() { function
H A D11.2.2-10-n.js81 function TestFunction() { function
H A D11.2.2-2-n.js83 function TestFunction() { function
H A D11.2.2-3-n.js83 function TestFunction() { function
H A D11.2.2-4-n.js83 function TestFunction() { function
H A D11.2.2-5-n.js83 function TestFunction() { function
H A D11.2.2-7-n.js83 function TestFunction() { function
H A D11.2.2-8-n.js83 function TestFunction() { function
H A D11.2.2-9-n.js83 function TestFunction() { function
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/function/
H A Dtostring-2.js62 var equals = new TestFunction( "Equals", "a, b", tab+ "return a == b;" );
67 var reallyequals = new TestFunction( "ReallyEquals", "a, b",
73 var doesntequal = new TestFunction( "DoesntEqual", "a, b", tab + "return a != b;" );
78 var reallydoesntequal = new TestFunction( "ReallyDoesntEqual", "a, b",
85 var testor = new TestFunction( "TestOr", "a", tab+"if (a == null || a == void 0) {\n"+
96 var testand = new TestFunction( "TestAnd", "a", tab+"if (a != null && a != void 0) {\n"+
106 var or = new TestFunction( "Or", "a, b", tab + "return a | b;" );
111 var and = new TestFunction( "And", "a, b", tab + "return a & b;" );
116 var xor = new TestFunction( "XOr", "a, b", tab + "return a ^ b;" );
181 function TestFunction( nam class
[all...]
H A Dtostring-1.js57 t1 = new TestFunction( "stub", "value", tab + "return value;" );
59 t2 = new TestFunction( "ToString", "object", tab+"return object + \"\";" );
61 t3 = new TestFunction( "Add", "a, b, c, d, e", tab +"var s = a + b + c + d + e;\n" +
64 t4 = new TestFunction( "noop", "value" );
66 t5 = new TestFunction( "anonymous", "", tab+"return \"hello!\";" );
131 function TestFunction( name, args, body ) { class
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/ExecutionContexts/
H A D10.1.6.js83 "TestFunction(1,2,3)",
85 TestFunction() + '' );
103 function TestFunction() { function
H A D10.1.8-1.js99 function TestFunction() { function
/macosx-10.10/ruby-106/ruby/test/fiddle/
H A Dtest_function.rb7 class TestFunction < Fiddle::TestCase class in class:Fiddle
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtranstst.h327 void TestFunction(void);
H A Dtranstst.cpp179 TESTCASE(67,TestFunction);
3630 void TransliteratorTest::TestFunction() { function in class:TransliteratorTest
/macosx-10.10/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp316 Function *TestFunction = Function::Create( local
319 BasicBlock *Entry = BasicBlock::Create(Context, "entry", TestFunction);
328 (intptr_t)TheJIT->getPointerToFunction(TestFunction));

Completed in 261 milliseconds