Searched defs:test_builtin (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-1412.js45 function test_builtin(receiver) { function
49 for (var i = 0; i < 10; i++) test_builtin(this);
50 %OptimizeFunctionOnNextCall(test_builtin);
51 test_builtin(this);
55 test_builtin(undefined);
/external/openssl/crypto/ecdsa/
H A Decdsatest.c103 int test_builtin(BIO *);
284 int test_builtin(BIO *out) function
554 if (!test_builtin(out)) goto err;

Completed in 173 milliseconds