Home | History | Annotate | Download | only in tests

Lines Matching refs:argumentNames

1055     JSStringRef argumentNames[] = { foo };
1057 function = JSObjectMakeFunction(context, foo, 1, argumentNames, functionBody, NULL, 1, &exception);