Lines Matching defs:arguments
2405 CodeType* code_type, Local<Value>* arguments) {
2431 if (arguments != nullptr) {
2433 TryGetValue(isolate, context, object, "arguments").ToLocal(arguments);
2442 Local<Value> arguments,
2457 if (!arguments.IsEmpty() && !arguments->IsUndefined()) {
2458 if (!arguments->IsArray()) {
2459 isolate->ThrowError("'arguments' must be an array");
2463 Local<Array> array = arguments.As<Array>();
2489 // (e.g. `options={type: 'code_type', arguments:[...]}`).
2494 Local<Value> arguments;
2495 ReadCodeTypeAndArguments(args, index + 1, &code_type, &arguments);
2508 if (!FunctionAndArgumentsToString(args[index].As<Function>(), arguments,
3327 const std::vector<const char*>& args = options.arguments;
3337 isolate, "arguments", NewStringType::kInternalized);
4003 // Use all other arguments as names of files to load and run.
4419 options.arguments.push_back(argv[j]);
4423 } else if (strcmp(argv[i], "--no-arguments") == 0) {