• Home
  • Raw
  • Download

Lines Matching refs:AddProperty

361     i::JSObject::AddProperty(isolate_, result, instance_name, instance,  in OnInstantiationSucceeded()
363 i::JSObject::AddProperty(isolate_, result, module_name, module_, i::NONE); in OnInstantiationSucceeded()
2024 JSObject::AddProperty(isolate, object, name, function, attributes); in InstallFunc()
2106 JSObject::AddProperty(isolate, webassembly, factory->to_string_tag_symbol(), in Install()
2125 JSObject::AddProperty(isolate, global, name, webassembly, DONT_ENUM); in Install()
2145 JSObject::AddProperty(isolate, module_proto, factory->to_string_tag_symbol(), in Install()
2161 JSObject::AddProperty(isolate, instance_proto, in Install()
2188 JSObject::AddProperty(isolate, table_proto, factory->to_string_tag_symbol(), in Install()
2207 JSObject::AddProperty(isolate, memory_proto, factory->to_string_tag_symbol(), in Install()
2227 JSObject::AddProperty(isolate, global_proto, factory->to_string_tag_symbol(), in Install()
2275 JSObject::AddProperty(isolate, webassembly, in Install()
2280 JSObject::AddProperty(isolate, webassembly, in Install()
2285 JSObject::AddProperty(isolate, webassembly, in Install()
2728 JSObject::AddProperty(isolate, result, "func", value, NONE); in GetExternalObject()
2731 JSObject::AddProperty(isolate, result, "global", value, NONE); in GetExternalObject()
2734 JSObject::AddProperty(isolate, result, "table", value, NONE); in GetExternalObject()
2737 JSObject::AddProperty(isolate, result, "mem", value, NONE); in GetExternalObject()
2740 JSObject::AddProperty(isolate, result, "exn", value, NONE); in GetExternalObject()
2926 JSObject::AddProperty(isolate, handler, "names", name_table, DONT_ENUM); in GetJSProxy()
2928 JSObject::AddProperty(isolate, handler, "instance", instance, DONT_ENUM); in GetJSProxy()
2930 JSObject::AddProperty(isolate, handler, "pc", pc, DONT_ENUM); in GetJSProxy()
2932 JSObject::AddProperty(isolate, handler, "fp", fp, DONT_ENUM); in GetJSProxy()
2934 JSObject::AddProperty(isolate, handler, "callee_fp", callee_fp, DONT_ENUM); in GetJSProxy()
3015 JSObject::AddProperty(isolate, target, "locals", locals, READ_ONLY); in GetJSDebugProxy()
3021 JSObject::AddProperty(isolate, target, "globals", globals, READ_ONLY); in GetJSDebugProxy()
3027 JSObject::AddProperty(isolate, target, "functions", functions, READ_ONLY); in GetJSDebugProxy()
3033 JSObject::AddProperty(isolate, target, "memories", memories, READ_ONLY); in GetJSDebugProxy()
3039 JSObject::AddProperty(isolate, target, "tables", tables, READ_ONLY); in GetJSDebugProxy()
3045 JSObject::AddProperty(isolate, target, "imports", imports, READ_ONLY); in GetJSDebugProxy()
3051 JSObject::AddProperty(isolate, target, "exports", exports, READ_ONLY); in GetJSDebugProxy()
3054 JSObject::AddProperty(isolate, target, "stack", stack, READ_ONLY); in GetJSDebugProxy()