Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(pt-br): replace old-style specification tables part5 #16453

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,7 @@ console.log((1234.5).toPrecision(2)); // logs '1.2e+3'

## Especificações

| Especificação | Estado | Comentário |
| -------------------------------------------------------------------------------------------- | -------------------- | -------------------------------------------------- |
| {{SpecName('ES3')}} | {{Spec2('ES3')}} | Definição inicial. Implementada no JavaScript 1.5. |
| {{SpecName('ES5.1', '#sec-15.7.4.7', 'Number.prototype.toPrecision')}} | {{Spec2('ES5.1')}} | |
| {{SpecName('ES6', '#sec-number.prototype.toprecision', 'Number.prototype.toPrecision')}} | {{Spec2('ES6')}} | |
| {{SpecName('ESDraft', '#sec-number.prototype.toprecision', 'Number.prototype.toPrecision')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ console.log((-0xff).toString(2)); // displays '-11111111'

## Especificações

| Especificação | Status | Comentários |
| ---------------------------------------------------------------------------------- | ------------------ | -------------------------------------------------- |
| ECMAScript 1ª edição. | Standard | Definição inicial. Implementado no JavaScript 1.1. |
| {{SpecName('ES5.1', '#sec-15.7.4.2', 'Number.prototype.tostring')}} | {{Spec2('ES5.1')}} | |
| {{SpecName('ES6', '#sec-number.prototype.tostring', 'Number.prototype.tostring')}} | {{Spec2('ES6')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,7 @@ if (!Object.assign) {

## Especificações

| Specification | Status | Comment |
| ------------------------------------------------------------- | ------------------- | ----------------- |
| {{SpecName('ES2015', '#sec-object.assign', 'Object.assign')}} | {{Spec2('ES2015')}} | Definição inicial |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,7 @@ function String() {

## Especificações

| Especificação | Status | Comentário |
| ---------------------------------------------------------------------------------------- | ------------------ | -------------------------------------------------- |
| ECMAScript 1ª Edição. | Padrão | Definição inicial. Implementado no JavaScript 1.1. |
| {{SpecName('ES5.1', '#sec-15.2.4.1', 'Object.prototype.constructor')}} | {{Spec2('ES5.1')}} | |
| {{SpecName('ES6', '#sec-object.prototype.constructor', 'Object.prototype.constructor')}} | {{Spec2('ES6')}} | |
{{Specifications}}

## Compatibilidade de Browser

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,7 @@ if (typeof Object.create != "function") {

## Especificações

| Especificação | Status | Comentários |
| -------------------------------------------------------------- | -------------------- | ---------------------------------------------------- |
| {{SpecName('ES5.1', '#sec-15.2.3.5', 'Object.create')}} | {{Spec2('ES5.1')}} | Definição inicial. Implementada no JavaScript 1.8.5. |
| {{SpecName('ES6', '#sec-object.create', 'Object.create')}} | {{Spec2('ES6')}} | |
| {{SpecName('ESDraft', '#sec-object.create', 'Object.create')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,7 @@ function defineProperties(obj, properties) {

## Especificações

| Especificação | Status | Comentário |
| ---------------------------------------------------------------------------------- | -------------------- | --------------------------------------------------- |
| {{SpecName('ES5.1', '#sec-15.2.3.7', 'Object.defineProperties')}} | {{Spec2('ES5.1')}} | Definição inicial. Implementada no JavaScript 1.8.5 |
| {{SpecName('ES6', '#sec-object.defineproperties', 'Object.defineProperties')}} | {{Spec2('ES6')}} | |
| {{SpecName('ESDraft', '#sec-object.defineproperties', 'Object.defineProperties')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,11 +422,7 @@ console.log(myclass.prototype.y); // 1

## Especificações

| Especificação | Status | Comentários |
| ------------------------------------------------------------------------------ | -------------------- | ---------------------------------------------------- |
| {{SpecName('ES5.1', '#sec-15.2.3.6', 'Object.defineProperty')}} | {{Spec2('ES5.1')}} | Definição inicial. Implementada no JavaScript 1.8.5. |
| {{SpecName('ES6', '#sec-object.defineproperty', 'Object.defineProperty')}} | {{Spec2('ES6')}} | |
| {{SpecName('ESDraft', '#sec-object.defineproperty', 'Object.defineProperty')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,7 @@ TypeError: 1 is not an object // ES5 code

## Especificações

| Especificações | Status | Comentários |
| -------------------------------------------------------------- | -------------------- | ---------------------------------------------------- |
| {{SpecName('ES5.1', '#sec-15.2.3.9', 'Object.freeze')}} | {{Spec2('ES5.1')}} | Definição inicial. Implementado em JavaScript 1.8.5. |
| {{SpecName('ES6', '#sec-object.freeze', 'Object.freeze')}} | {{Spec2('ES6')}} | |
| {{SpecName('ESDraft', '#sec-object.freeze', 'Object.freeze')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ console.log(object2);

## Especificações

| Especificação | Status | Comentário |
| ------------------------------------------------------------------------ | -------------------- | -------------------------------------- |
| {{SpecName('ESDraft', '#sec-object.fromentries', 'Object.fromEntries')}} | {{Spec2('ESDraft')}} | Initial definition in ECMAScript 2019. |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ Object.getOwnPropertyDescriptor("foo", 0);

## Especificações

| Especificação | Status | Comentário |
| -------------------------------------------------------------------------------------------------- | -------------------- | ---------------------------------------------------- |
| {{SpecName('ES5.1', '#sec-15.2.3.3', 'Object.getOwnPropertyDescriptor')}} | {{Spec2('ES5.1')}} | Definição inicial. Implementado no JavaScript 1.8.5. |
| {{SpecName('ES6', '#sec-object.getownpropertydescriptor', 'Object.getOwnPropertyDescriptor')}} | {{Spec2('ES6')}} | |
| {{SpecName('ESDraft', '#sec-object.getownpropertydescriptor', 'Object.getOwnPropertyDescriptor')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ subclass.prototype = Object.create(superclass.prototype, {

## Especificações

| Especificações |
| ---------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-object.getownpropertydescriptors', 'Object.getOwnPropertyDescriptors')}} |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,7 @@ Object.getOwnPropertyNames("foo");

## Especificações

| Esperificação | Status | Comentário |
| ---------------------------------------------------------------------------------------- | -------------------- | ---------------------------------------------------- |
| {{SpecName('ES5.1', '#sec-15.2.3.4', 'Object.getOwnPropertyNames')}} | {{Spec2('ES5.1')}} | Definição inicial. Implementado no JavaScript 1.8.5. |
| {{SpecName('ES6', '#sec-object.getownpropertynames', 'Object.getOwnPropertyNames')}} | {{Spec2('ES6')}} | |
| {{SpecName('ESDraft', '#sec-object.getownpropertynames', 'Object.getOwnPropertyNames')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ console.log(objectSymbols[0]); // retorno esperado Symbol(a)

## Especificações

| Especificação |
| -------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-object.getownpropertysymbols', 'Object.getOwnPropertySymbols')}} |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,7 @@ Observe que neste ultimo caso nenhum novo objeto é criado.

## Especificações

| Especificação | Status | Comentário |
| ---------------------------------------------------------------------------------------------- | ------------------ | ------------------ |
| ECMAScript 3rd Edition. Implemented in JavaScript 1.5 | Standard | Definição inicial. |
| {{SpecName('ES5.1', '#sec-15.2.4.5', 'Object.prototype.hasOwnProperty')}} | {{Spec2('ES5.1')}} | |
| {{SpecName('ES6', '#sec-object.prototype.hasownproperty', 'Object.prototype.hasOwnProperty')}} | {{Spec2('ES6')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,7 @@ var o = new Object(Boolean());

## Especificações

| Especificações | Status | Comentário |
| -------------------------------------------------------- | -------------------- | ------------------------------------------------------------------------------------------------- |
| {{SpecName('ES1')}} | {{Spec2('ES1')}} | Definição inicial. Implementado no JavaScript 1.0. |
| {{SpecName('ES5.1', '#sec-15.2', 'Object')}} | {{Spec2('ES5.1')}} | ------------------------------------------------ |
| {{SpecName('ES6', '#sec-object-objects', 'Object')}} | {{Spec2('ES6')}} | Adicionado `Object.assign`, `Object.getOwnPropertySymbols`, `Object.setPrototypeOf` e `Object.is` |
| {{SpecName('ESDraft', '#sec-object-objects', 'Object')}} | {{Spec2('ESDraft')}} | Adicionado `Object.entries`, `Object.values` e `Object.getOwnPropertyDescriptors`. |
{{Specifications}}

## Compatibilidade

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@ if (!Object.is) {

## Especificações

| Especificação | Status | Comentário |
| ------------------------------------------------------ | -------------------- | ------------------ |
| {{SpecName('ES6', '#sec-object.is', 'Object.is')}} | {{Spec2('ES6')}} | Definição inicial. |
| {{SpecName('ESDraft', '#sec-object.is', 'Object.is')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ Object.isExtensible(1);

## Especificações

| Especificações | Status | Comentário |
| -------------------------------------------------------------------------- | -------------------- | ---------------------------------------------------- |
| {{SpecName('ES5.1', '#sec-15.2.3.13', 'Object.isExtensible')}} | {{Spec2('ES5.1')}} | Initial definition. Implemented in JavaScript 1.8.5. |
| {{SpecName('ES6', '#sec-object.isextensible', 'Object.isExtensible')}} | {{Spec2('ES6')}} | |
| {{SpecName('ESDraft', '#sec-object.isextensible', 'Object.isExtensible')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ Object.isSealed(1);

## Especificações

| Especificação | Estado | Comentário |
| ------------------------------------------------------------------ | -------------------- | ---------------------------------------------------- |
| {{SpecName('ES5.1', '#sec-15.2.3.11', 'Object.isSealed')}} | {{Spec2('ES5.1')}} | Definição inicial. Implementado no JavaScript 1.8.5. |
| {{SpecName('ES6', '#sec-object.issealed', 'Object.isSealed')}} | {{Spec2('ES6')}} | |
| {{SpecName('ESDraft', '#sec-object.issealed', 'Object.isSealed')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,7 @@ Para um simples Browser Polyfill, veja [Javascript - Object.keys Browser Compati

## Especificações

| Especificação | Status | Comentário |
| --------------------------------------------------------- | ------------------- | ---------------------------------------------------- |
| {{SpecName('ES5.1', '#sec-15.2.3.14', 'Object.keys')}} | {{Spec2('ES5.1')}} | Definição inicial. Implementado em JavaScript 1.8.5. |
| {{SpecName('ES2015', '#sec-object.keys', 'Object.keys')}} | {{Spec2('ES2015')}} | |
{{Specifications}}

## Browser compatibilidade

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ Object.preventExtensions(1);

## Especificações

| Specification | Status | Comment |
| ------------------------------------------------------------------------------------ | -------------------- | ---------------------------------------------------- |
| {{SpecName('ES5.1', '#sec-15.2.3.10', 'Object.preventExtensions')}} | {{Spec2('ES5.1')}} | Definição inicial. Implementado em JavaScript 1.8.5. |
| {{SpecName('ES6', '#sec-object.preventextensions', 'Object.preventExtensions')}} | {{Spec2('ES6')}} | |
| {{SpecName('ESDraft', '#sec-object.preventextensions', 'Object.preventExtensions')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ o.propertyIsEnumerable("firstMethod"); // returns false

## Especificações

| Specification |
| -------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-object.prototype.propertyisenumerable', 'Object.prototype.propertyIsEnumerable')}} |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,7 @@ Object.seal(1);

## Especificações

| Especificação | Status | Comentário |
| ---------------------------------------------------------- | -------------------- | ---------------------------------------------------- |
| {{SpecName('ES5.1', '#sec-15.2.3.8', 'Object.seal')}} | {{Spec2('ES5.1')}} | Definição inicial. Implementado no Javascript 1.8.5. |
| {{SpecName('ES6', '#sec-object.seal', 'Object.seal')}} | {{Spec2('ES6')}} | |
| {{SpecName('ESDraft', '#sec-object.seal', 'Object.seal')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,7 @@ george(); // 'Hello guys!!'

## Especificações

| Especificação | Situação | Comentário |
| ----------------------------------------------------------------------------- | -------------------- | ------------------ |
| {{SpecName('ES2015', '#sec-object.setprototypeof', 'Object.setProtoypeOf')}} | {{Spec2('ES2015')}} | Definição inicial. |
| {{SpecName('ESDraft', '#sec-object.setprototypeof', 'Object.setProtoypeOf')}} | {{Spec2('ESDraft')}} | |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ let frNumber = testNumber.toLocaleString("fr");

## Especificações

| Especificação |
| -------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-object.prototype.tolocalestring', 'Object.prototype.toLocaleString')}} |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ console.log(Object.values("foo")); // ['f', 'o', 'o']

## Especificações

| Especificações | Situação | Comentário |
| -------------------------------------------------------------- | -------------------- | ------------------- |
| {{SpecName('ESDraft', '#sec-object.values', 'Object.values')}} | {{Spec2('ESDraft')}} | Initial definition. |
{{Specifications}}

## Compatibilidade com navegadores

Expand Down
Loading