/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module.cc | 269 JSObject::AddProperty(isolate, object, params_string, params, NONE); in GetTypeForFunction() 283 JSObject::AddProperty(isolate, object, results_string, results, NONE); in GetTypeForFunction() 297 JSObject::AddProperty(isolate, object, mutable_string, in GetTypeForGlobal() 299 JSObject::AddProperty(isolate, object, value_string, in GetTypeForGlobal() 315 JSObject::AddProperty(isolate, object, minimum_string, in GetTypeForMemory() 318 JSObject::AddProperty(isolate, object, maximum_string, in GetTypeForMemory() 321 JSObject::AddProperty(isolate, object, shared_string, in GetTypeForMemory() 340 JSObject::AddProperty(isolate, object, element_string, element, NONE); in GetTypeForTable() 341 JSObject::AddProperty(isolate, object, minimum_string, in GetTypeForTable() 344 JSObject::AddProperty(isolat in GetTypeForTable() [all...] |
H A D | wasm-js.cc | 376 i::JSObject::AddProperty(isolate_, result, instance_name, instance, 378 i::JSObject::AddProperty(isolate_, result, module_name, module_, i::NONE); 2685 JSObject::AddProperty(isolate, object, name, function, attributes); in InstallFunc() 2759 JSObject::AddProperty(isolate, proto, in SetupConstructor() 2794 JSObject::AddProperty(isolate, webassembly, factory->to_string_tag_symbol(), in Install() 2813 JSObject::AddProperty(isolate, global, name, webassembly, DONT_ENUM); in Install() 2969 JSObject::AddProperty(isolate, webassembly, in Install() 2974 JSObject::AddProperty(isolate, webassembly, in Install() 2979 JSObject::AddProperty(isolate, webassembly, in Install()
|
H A D | c-api.cc | 1023 i::JSObject::AddProperty(isolate, exception,
|
/third_party/node/deps/v8/src/heap/ |
H A D | memory-measurement.cc | 31 AddProperty(result_, factory_->total_string(), in AddTotal() 36 AddProperty(result_, factory_->current_string(), in AddCurrent() 50 AddProperty(result_, factory_->other_string(), in Build() 61 AddProperty(result, factory_->jsMemoryEstimate_string(), estimate_obj); in NewResult() 63 AddProperty(result, factory_->jsMemoryRange_string(), range); in NewResult() 80 void AddProperty(Handle<JSObject> object, Handle<String> name, in AddProperty() function in v8::internal::__anon14659::MemoryMeasurementResultBuilder 82 JSObject::AddProperty(isolate_, object, name, value, NONE); in AddProperty()
|
H A D | factory.cc | 2266 JSObject::AddProperty(isolate(), prototype, constructor_string(), function, in NewFunctionPrototype()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 635 JSObject::AddProperty(isolate, object, "instance", instance, FROZEN); in Create() 637 JSObject::AddProperty(isolate, object, "module", module_object, FROZEN); in Create() 639 JSObject::AddProperty(isolate, object, "locals", locals, FROZEN); in Create() 641 JSObject::AddProperty(isolate, object, "stack", stack, FROZEN); in Create() 643 JSObject::AddProperty(isolate, object, "memories", memories, FROZEN); in Create() 645 JSObject::AddProperty(isolate, object, "tables", tables, FROZEN); in Create() 647 JSObject::AddProperty(isolate, object, "globals", globals, FROZEN); in Create() 650 JSObject::AddProperty(isolate, object, "functions", functions, FROZEN); in Create() 699 JSObject::AddProperty(isolate, object, "instance", instance, FROZEN); 701 JSObject::AddProperty(isolat [all...] |
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 502 JSObject::AddProperty(isolate, target, name, function, DONT_ENUM); in InstallFunction() 569 JSObject::AddProperty(isolate, base, internalized_name, fun, DONT_ENUM); in InstallFunctionWithBuiltinId() 582 JSObject::AddProperty(isolate, base, internalized_name, fun, attrs); in SimpleInstallFunction() 594 JSObject::AddProperty(isolate, base, symbol, fun, attrs); in InstallFunctionAtSymbol() 654 JSObject::AddProperty( in InstallConstant() 662 JSObject::AddProperty(isolate, holder, in InstallTrueValuedProperty() 679 JSObject::AddProperty(isolate, holder, in InstallToStringTag() 934 JSObject::AddProperty(isolate(), generator_function_prototype, in CreateIteratorMaps() 939 JSObject::AddProperty(isolate(), generator_object_prototype, in CreateIteratorMaps() 1061 JSObject::AddProperty(isolat in CreateAsyncIteratorMaps() [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-console.cc | 249 JSObject::AddProperty(isolate, fun, factory->console_context_id_symbol(), in InstallContextFunction() 252 JSObject::AddProperty(isolate, fun, factory->console_context_name_symbol(), in InstallContextFunction() 255 JSObject::AddProperty(isolate, target, name_string, fun, NONE); in InstallContextFunction()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-list-format.cc | 164 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions() 166 JSObject::AddProperty(isolate, result, factory->type_string(), in ResolvedOptions() 168 JSObject::AddProperty(isolate, result, factory->style_string(), in ResolvedOptions()
|
H A D | js-segmenter.cc | 145 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions() 147 JSObject::AddProperty(isolate, result, factory->granularity_string(), in ResolvedOptions()
|
H A D | js-relative-time-format.cc | 261 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions() 263 JSObject::AddProperty( in ResolvedOptions() 266 JSObject::AddProperty(isolate, result, factory->numeric_string(), in ResolvedOptions() 268 JSObject::AddProperty(isolate, result, factory->numberingSystem_string(), in ResolvedOptions()
|
H A D | js-break-iterator.cc | 185 JSObject::AddProperty(isolate, result, factory->locale_string(), locale, in ResolvedOptions() 187 JSObject::AddProperty(isolate, result, factory->type_string(), in ResolvedOptions()
|
H A D | js-objects.h | 460 V8_EXPORT_PRIVATE static void AddProperty(Isolate* isolate, 467 static void AddProperty(Isolate* isolate, Handle<JSObject> object,
|
H A D | intl-objects.cc | 489 JSObject::AddProperty(isolate, element, factory->type_string(), in InnerAddElement() 492 JSObject::AddProperty(isolate, element, factory->value_string(), value, NONE); in InnerAddElement() 520 JSObject::AddProperty(isolate, element, additional_property_name, in AddElement()
|
H A D | js-objects.cc | 3466 void JSObject::AddProperty(Isolate* isolate, Handle<JSObject> object, in AddProperty() function in v8::internal::JSObject 3487 void JSObject::AddProperty(Isolate* isolate, Handle<JSObject> object, in AddProperty() function in v8::internal::JSObject 3490 JSObject::AddProperty(isolate, object, in AddProperty()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-debug.cc | 611 JSObject::AddProperty(isolate, jsinfo, isolate->factory()->script_string(), in GetJSPositionInfo() 613 JSObject::AddProperty(isolate, jsinfo, isolate->factory()->position_string(), in GetJSPositionInfo() 615 JSObject::AddProperty(isolate, jsinfo, isolate->factory()->line_string(), in GetJSPositionInfo() 617 JSObject::AddProperty(isolate, jsinfo, isolate->factory()->column_string(), in GetJSPositionInfo() 619 JSObject::AddProperty(isolate, jsinfo, in GetJSPositionInfo() 741 JSObject::AddProperty(isolate, range_obj, start_string, in MakeRangeObject() 743 JSObject::AddProperty(isolate, range_obj, end_string, in MakeRangeObject() 745 JSObject::AddProperty(isolate, range_obj, count_string, in MakeRangeObject() 794 JSObject::AddProperty(isolate, script_obj, script_string, in RUNTIME_FUNCTION()
|
H A D | runtime-wasm.cc | 96 JSObject::AddProperty(isolate, error_obj, in ThrowWasmError()
|
H A D | runtime-regexp.cc | 1157 JSObject::AddProperty(isolate, groups, capture_name, capture_value, NONE); in ConstructNamedCaptureGroupsObject()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter.cc | 422 JSObject::AddProperty(isolate_, counters_row, in GetDispatchCountersObject() 427 JSObject::AddProperty(isolate_, counters_map, in GetDispatchCountersObject()
|
/third_party/node/deps/v8/src/json/ |
H A D | json-stringifier.cc | 368 JSObject::AddProperty(isolate_, holder, factory()->empty_string(), in CurrentHolder()
|
H A D | json-parser.cc | 133 JSObject::AddProperty(isolate, holder, name, object, NONE); in Internalize()
|
/third_party/node/deps/v8/src/api/ |
H A D | api-natives.cc | 709 JSObject::AddProperty(isolate, Handle<JSObject>::cast(prototype), in CreateApiFunction()
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 1572 JSObject::AddProperty(this, exception, factory()->wasm_uncatchable_symbol(), in StackOverflow() 2818 JSObject::AddProperty(this, global, factory()->SharedArrayBuffer_string(), in ThrowInternal()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 439 void AddProperty() { expected_property_count_++; } in AddProperty() function in v8::internal::ParseFunctionFlag::ParserBase::final 3005 if (impl()->IsThisProperty(expression)) function_state_->AddProperty(); in ParseAssignmentExpressionCoverGrammar()
|