Searched refs:funs (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dclass-of-builtins.js30 var funs = {
41 for (f in funs) {
42 for (i in funs[f]) {
44 Object.prototype.toString.call(new funs[f][i]),
45 funs[f][i]);
47 Object.prototype.toString.call(funs[f][i]),
48 funs[f][i]);
/external/mksh/src/
H A Dexec.c969 tp = ktsearch(&l->funs, name, h);
973 tp = ktenter(&l->funs, name, h);
H A Dvar.c81 ktinit(&l->area, &l->funs, 0);
H A Dsh.h1228 struct table funs; /* local functions */ member in struct:block
H A Dfuncs.c865 for (p = ktsort(&l->funs); (vp = *p++); ) {
H A Dedit.c471 glob_table(pat, &w, &l->funs);

Completed in 345 milliseconds