Home | History | Annotate | Download | only in asmjs

Lines Matching defs:funcs

813   void PopulateFunctionTable(VariableProxy* table, ArrayLiteral* funcs) {
819 for (int i = 0; i < funcs->values()->length(); ++i) {
820 VariableProxy* func = funcs->values()->at(i)->AsVariableProxy();
1043 ArrayLiteral* funcs = expr->value()->AsArrayLiteral();
1044 if (funcs != nullptr) {
1047 PopulateFunctionTable(target, funcs);