Lines Matching defs:options
37 Handle<JSReceiver> options;
39 // 5. Let options be GetOptionsObject(_options_).
40 ASSIGN_RETURN_ON_EXCEPTION(isolate, options,
45 // 8. Let matcher be ? GetOption(options, "localeMatcher", "string",
49 Intl::GetLocaleMatcher(isolate, options, service);
70 // 13. Let granularity be ? GetOption(options, "granularity", "string", «
73 isolate, options, "granularity", service,
130 // 3. Let options be ! ObjectCreate(%ObjectPrototype%).
138 // i. Perform ! CreateDataPropertyOrThrow(options, p, v).
149 // 5. Return options.