Lines Matching refs:NONE
269 JSObject::AddProperty(isolate, object, params_string, params, NONE);
283 JSObject::AddProperty(isolate, object, results_string, results, NONE);
298 factory->ToBoolean(is_mutable), NONE);
300 ToValueTypeString(isolate, type), NONE);
316 factory->NewNumberFromUint(min_size), NONE);
319 factory->NewNumberFromUint(max_size.value()), NONE);
322 factory->ToBoolean(shared), NONE);
340 JSObject::AddProperty(isolate, object, element_string, element, NONE);
342 factory->NewNumberFromUint(min_size), NONE);
345 factory->NewNumberFromUint(max_size.value()), NONE);
439 JSObject::AddProperty(isolate, entry, module_string, import_module, NONE);
440 JSObject::AddProperty(isolate, entry, name_string, import_name, NONE);
441 JSObject::AddProperty(isolate, entry, kind_string, import_kind, NONE);
443 JSObject::AddProperty(isolate, entry, type_string, type_value, NONE);
536 JSObject::AddProperty(isolate, entry, name_string, export_name, NONE);
537 JSObject::AddProperty(isolate, entry, kind_string, export_kind, NONE);
539 JSObject::AddProperty(isolate, entry, type_string, type_value, NONE);