Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

161
Visualizações
How to detect usage of `{}` in JS?

It is possible to detect the usage of {} in JS code with test framework Jasmine by spying on a certain internal JS method / property?

For example:

describe('tests', () => {
  it('test1', async () => {
    const spy = spyOn(Object, '???').and.callThrough();
    const x = {};
    expect(spy).toHaveBeenCalled();
  });
  it('test2', async () => {
    const spy = spyOn(Object, '???').and.callThrough();
    const x = null || {};
    expect(spy).toHaveBeenCalled();
  });
});

The spy should only be called when creating an object with {}, not when creating it with Object.create(null). So it may be something related to inheritance from the global JS object prototype that could help.

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda