mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-09 14:22:08 -05:00
23 lines
No EOL
336 B
JavaScript
23 lines
No EOL
336 B
JavaScript
/**
|
|
* @param {Object} object
|
|
* @return {string}
|
|
*/
|
|
function valueOf(object) {}
|
|
|
|
/**
|
|
* @param {Object} object
|
|
* @return {string}
|
|
*/
|
|
function toString(object) {}
|
|
|
|
/**
|
|
* @param {Object} object
|
|
* @return {string}
|
|
*/
|
|
function toSource(object) {}
|
|
|
|
/**
|
|
* @param {Object} object
|
|
* @return {string}
|
|
*/
|
|
function constructor(object) {} |