GithubHelp home page GithubHelp logo

Comments (9)

catamphetamine avatar catamphetamine commented on July 3, 2024

Hmm, "Not enough stack memory.".
This seems like a really deep recursion and IE having not that large of a call stack.
Tell me, what's on that line: http://localhost/HelpdeskApp/assets/vendor.js:83134:12.

from libphonenumber-js.

ckotzbauer avatar ckotzbauer commented on July 3, 2024
	      var descriptor = {
	        enumerable: false,
	        configurable: true,
	        get: get,
	        set: function set(value) {
	          setDescriptor(this, uid, {
	            enumerable: false,
	            configurable: true,
	            writable: true,
	            value: value
	          });
	          addInternalIfNeeded(this, uid, true);
	        }
	      };

This is the line: setDescriptor(this, uid, {

from libphonenumber-js.

catamphetamine avatar catamphetamine commented on July 3, 2024

Hmm, dunno, this seems like some kind of transpiled Babel ES6 object properties.
You could also upload the whole vendor.dll

from libphonenumber-js.

catamphetamine avatar catamphetamine commented on July 3, 2024

(seems that setDescriptor recurses for some reason)

from libphonenumber-js.

ckotzbauer avatar ckotzbauer commented on July 3, 2024

yes, I could send you the whole vendor.js tomorrow moring, when I'm at work again.

from libphonenumber-js.

ckotzbauer avatar ckotzbauer commented on July 3, 2024

@halt-hammerzeit You can see the full file here:
https://gist.github.com/code-chris/9818a639b38eab113bab3f4d26771c29

from libphonenumber-js.

catamphetamine avatar catamphetamine commented on July 3, 2024

Ok, seems that the code is the definition of Object.getOwnPropertySymbols.
So it can be some kind of babel-polyfill or another polyfill.
If it works without libphonenumber-js then I don't know what the reason is.

from libphonenumber-js.

catamphetamine avatar catamphetamine commented on July 3, 2024

May be somehow related to that:
es-shims/get-own-property-symbols#10

https://www.google.ru/search?newwindow=1&safe=off&q=getOwnPropertySymbols+%22setDescriptor%22+recursion&oq=getOwnPropertySymbols+%22setDescriptor%22+recursion&gs_l=serp.3..30i10k1.64570.65865.0.66033.10.10.0.0.0.0.135.849.3j5.8.0....0...1c.1.64.serp..2.8.846...33i21k1.vGLK3TW7SQE

from libphonenumber-js.

catamphetamine avatar catamphetamine commented on July 3, 2024

Make sure you have the latest versions of everything (maybe rm -rf node_modules && npm install).
I'm closing this for now.

from libphonenumber-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.