toSource

Non-standard

Summary

Returns a string representing the source code of the object.

Method of String
Implemented in JavaScript 1.3
ECMAScript Edition none

Syntax

string.toSource()

Parameters

None.

Description

The toSource method returns the following values:

  • For the built-in String object, toSource returns the following string indicating that the source code is not available:
function String() {[native code]}
  • For instances of String or string literals, toSource returns a string representing the source code.

This method is usually called internally by JavaScript and not explicitly in code.

Tags (1)

Edit tags

Attachments (0)

 

Attach file