Lines Matching refs:AddProperty
276 JSObject::AddProperty(isolate, object, params_string, params, NONE); in GetTypeForFunction()
277 JSObject::AddProperty(isolate, object, results_string, results, NONE); in GetTypeForFunction()
290 JSObject::AddProperty(isolate, object, mutable_string, in GetTypeForGlobal()
292 JSObject::AddProperty(isolate, object, value_string, in GetTypeForGlobal()
306 JSObject::AddProperty(isolate, object, minimum_string, in GetTypeForMemory()
309 JSObject::AddProperty(isolate, object, maximum_string, in GetTypeForMemory()
335 JSObject::AddProperty(isolate, object, element_string, element, NONE); in GetTypeForTable()
336 JSObject::AddProperty(isolate, object, minimum_string, in GetTypeForTable()
339 JSObject::AddProperty(isolate, object, maximum_string, in GetTypeForTable()
433 JSObject::AddProperty(isolate, entry, module_string, import_module, NONE); in GetImports()
434 JSObject::AddProperty(isolate, entry, name_string, import_name, NONE); in GetImports()
435 JSObject::AddProperty(isolate, entry, kind_string, import_kind, NONE); in GetImports()
437 JSObject::AddProperty(isolate, entry, type_string, type_value, NONE); in GetImports()
529 JSObject::AddProperty(isolate, entry, name_string, export_name, NONE); in GetExports()
530 JSObject::AddProperty(isolate, entry, kind_string, export_kind, NONE); in GetExports()
532 JSObject::AddProperty(isolate, entry, type_string, type_value, NONE); in GetExports()