paulbartrum / jurassic

A .NET library to parse and execute JavaScript code.
MIT License
873 stars 122 forks source link

A 1100 lines of Js to perform about 250 milliseconds #92

Open zgsxtyzgd opened 7 years ago

zgsxtyzgd commented 7 years ago

A 1100 lines of Js to perform about 250 milliseconds

Object.defineProperty(Stream, "members", { get: function () { if (!Stream._members) Stream._members = {}; return Stream._members; }, enumerable: true, configurable: true });

rodrigoroma commented 7 years ago

Is it related to #68 ?

zgsxtyzgd commented 7 years ago

It's just a js property definition, and can emit when defined delay, begin to emit such calls