Searched refs:boilerplate_value (Results 1 – 8 of 8) sorted by relevance
/dports/www/node10/node-v10.24.1/deps/v8/src/ast/ |
H A D | ast.cc | 588 Handle<Object> boilerplate_value = GetBoilerplateValue(element, isolate); in BuildConstantElements() local 589 if (boilerplate_value->IsTheHole(isolate)) { in BuildConstantElements() 594 if (boilerplate_value->IsUninitialized(isolate)) { in BuildConstantElements() 595 boilerplate_value = handle(Smi::kZero, isolate); in BuildConstantElements() 599 boilerplate_value->OptimalElementsKind()); in BuildConstantElements() 600 fixed_array->set(array_index, *boilerplate_value); in BuildConstantElements()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ast/ |
H A D | ast.cc | 663 Object boilerplate_value = *GetBoilerplateValue(element, isolate); in BuildBoilerplateDescription() local 667 if (boilerplate_value.IsTheHole(isolate)) { in BuildBoilerplateDescription() 672 if (boilerplate_value.IsUninitialized(isolate)) { in BuildBoilerplateDescription() 673 boilerplate_value = Smi::zero(); in BuildBoilerplateDescription() 679 boilerplate_value.OptimalElementsKind( in BuildBoilerplateDescription() 682 FixedArray::cast(*elements).set(array_index, boilerplate_value); in BuildBoilerplateDescription()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ast/ |
H A D | ast.cc | 655 Object boilerplate_value = *GetBoilerplateValue(element, isolate); in BuildBoilerplateDescription() local 659 if (boilerplate_value.IsTheHole(isolate)) { in BuildBoilerplateDescription() 664 if (boilerplate_value.IsUninitialized(isolate)) { in BuildBoilerplateDescription() 665 boilerplate_value = Smi::zero(); in BuildBoilerplateDescription() 671 boilerplate_value.OptimalElementsKind( in BuildBoilerplateDescription() 674 FixedArray::cast(*elements).set(array_index, boilerplate_value); in BuildBoilerplateDescription()
|
/dports/lang/v8/v8-9.6.180.12/src/ast/ |
H A D | ast.cc | 645 Object boilerplate_value = *GetBoilerplateValue(element, isolate); in BuildBoilerplateDescription() local 649 if (boilerplate_value.IsTheHole(isolate)) { in BuildBoilerplateDescription() 654 if (boilerplate_value.IsUninitialized(isolate)) { in BuildBoilerplateDescription() 655 boilerplate_value = Smi::zero(); in BuildBoilerplateDescription() 661 boilerplate_value.OptimalElementsKind( in BuildBoilerplateDescription() 664 FixedArray::cast(*elements).set(array_index, boilerplate_value); in BuildBoilerplateDescription()
|
/dports/lang/v8/v8-9.6.180.12/src/compiler/ |
H A D | js-create-lowering.cc | 1742 ObjectRef boilerplate_value = maybe_boilerplate_value.value(); in TryAllocateFastLiteral() local 1754 if (boilerplate_value.equals(uninitialized_oddball) || in TryAllocateFastLiteral() 1755 (boilerplate_value.IsHeapNumber() && in TryAllocateFastLiteral() 1756 boilerplate_value.AsHeapNumber().value_as_bits() == kHoleNanInt64)) { in TryAllocateFastLiteral() 1761 if (boilerplate_value.IsJSObject()) { in TryAllocateFastLiteral() 1762 JSObjectRef boilerplate_object = boilerplate_value.AsJSObject(); in TryAllocateFastLiteral() 1769 double number = boilerplate_value.AsHeapNumber().value(); in TryAllocateFastLiteral() 1783 !boilerplate_value.IsSmi(), in TryAllocateFastLiteral() 1784 boilerplate_value.equals(uninitialized_oddball)); in TryAllocateFastLiteral() 1785 value = jsgraph()->Constant(boilerplate_value); in TryAllocateFastLiteral()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/ |
H A D | js-create-lowering.cc | 1666 ObjectRef boilerplate_value = boilerplate.RawFastPropertyAt(index); in AllocateFastLiteral() local 1668 boilerplate_value.IsHeapObject() && in AllocateFastLiteral() 1669 boilerplate_value.AsHeapObject().map().oddball_type() == in AllocateFastLiteral() 1674 if (boilerplate_value.IsJSObject()) { in AllocateFastLiteral() 1675 JSObjectRef boilerplate_object = boilerplate_value.AsJSObject(); in AllocateFastLiteral() 1679 double number = boilerplate_value.AsHeapNumber().value(); in AllocateFastLiteral() 1692 : jsgraph()->Constant(boilerplate_value.AsSmi()); in AllocateFastLiteral() 1694 value = jsgraph()->Constant(boilerplate_value); in AllocateFastLiteral()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/ |
H A D | js-create-lowering.cc | 1682 ObjectRef boilerplate_value = boilerplate.RawFastPropertyAt(index); in AllocateFastLiteral() local 1684 boilerplate_value.IsHeapObject() && in AllocateFastLiteral() 1685 boilerplate_value.AsHeapObject().map().oddball_type() == in AllocateFastLiteral() 1690 if (boilerplate_value.IsJSObject()) { in AllocateFastLiteral() 1691 JSObjectRef boilerplate_object = boilerplate_value.AsJSObject(); in AllocateFastLiteral() 1695 double number = boilerplate_value.AsHeapNumber().value(); in AllocateFastLiteral() 1708 : jsgraph()->Constant(boilerplate_value.AsSmi()); in AllocateFastLiteral() 1710 value = jsgraph()->Constant(boilerplate_value); in AllocateFastLiteral()
|
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/ |
H A D | js-create-lowering.cc | 1732 Handle<Object> boilerplate_value(boilerplate->RawFastPropertyAt(index), in AllocateFastLiteral() local 1734 if (boilerplate_value->IsJSObject()) { in AllocateFastLiteral() 1736 Handle<JSObject>::cast(boilerplate_value); in AllocateFastLiteral() 1742 double number = Handle<HeapNumber>::cast(boilerplate_value)->value(); in AllocateFastLiteral() 1753 value = boilerplate_value->IsUninitialized(isolate()) in AllocateFastLiteral() 1755 : jsgraph()->Constant(boilerplate_value); in AllocateFastLiteral() 1757 value = jsgraph()->Constant(boilerplate_value); in AllocateFastLiteral()
|