Ticket #13 (new enhancement)

Opened 3 years ago

Last modified 4 months ago

features

Reported by: Slava Ivanyuk Assigned to: Jan-Klaas Kollhof
Priority: low Milestone: 2.1
Component: jsolait-core Version: 2.0
Severity: minor Keywords:
Cc:

Description

BrainJacked provides a lot of good methods to enhance native objects (Array, String, etc). It would be nice for JSOLait to support similar enhancements for the native objects.

Change History

06/28/06 11:11:18 changed by Jan-Klaas Kollhof

  • owner set to Jan-Klaas Kollhof.
  • component set to jsolait-core.
  • summary changed from yktprn iltoa to features.

07/14/06 11:16:07 changed by Jan-Klaas Kollhof

  • version set to 2.0.
  • milestone changed from 2.0 to 2.1.

(in reply to: ↑ description ) 04/18/08 11:51:02 changed by heldermagalhaes

  • keywords deleted.
  • cc deleted.

Replying to Slava Ivanyuk:

BrainJacked provides a lot of good methods to enhance native objects (Array, String, etc). It would be nice for JSOLait to support similar enhancements for the native objects.

Careful while decorating native objects: performance is adversely affected! Native objects are usually implemented in an optimized way - decorating them forces the JS virtual machine to add user code to optimized code. Although this is OK for small things (jsolait already does this for some utility methods), some care must exist IMHO... ;-)