BLUE
PHP 7.4.33
Path:
/var/www/podio.norlys.foo/httpdocs/node_modules/stackframe
Run
Logout
Edit File
Size: 1.42 KB
Close
/var/www/podio.norlys.foo/httpdocs/node_modules/stackframe/stackframe-tests.ts
Text
Base64
/// <reference path="stackframe.d.ts"/> // Create StackFrame and set properties var stackFrame = new StackFrame({ functionName: 'funName', args: ['args'], fileName: 'http://localhost:3000/file.js', lineNumber: 1, columnNumber: 3288, isEval: true, isNative: false, source: 'ORIGINAL_STACK_LINE' }); stackFrame.functionName; // => "funName" stackFrame.setFunctionName('newName'); stackFrame.getFunctionName(); // => "newName" stackFrame.args; // => ["args"] stackFrame.setArgs([]); stackFrame.getArgs(); // => [] stackFrame.fileName; // => 'http://localhost:3000/file.min.js' stackFrame.setFileName('http://localhost:3000/file.js'); stackFrame.getFileName(); // => 'http://localhost:3000/file.js' stackFrame.lineNumber; // => 1 stackFrame.setLineNumber(325); stackFrame.getLineNumber(); // => 325 stackFrame.columnNumber; // => 3288 stackFrame.setColumnNumber(20); stackFrame.getColumnNumber(); // => 20 stackFrame.source; // => 'ORIGINAL_STACK_LINE' stackFrame.setSource('NEW_SOURCE'); stackFrame.getSource(); // => 'NEW_SOURCE' stackFrame.isEval; // => true stackFrame.setIsEval(false); stackFrame.getIsEval(); // => false stackFrame.isNative; // => false stackFrame.setIsNative(true); stackFrame.getIsNative(); // => true stackFrame.toString(); // => 'funName(args)@http://localhost:3000/file.js:325:20'
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 16
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
dist
DIR
-
drwxr-xr-x
2019-03-29 05:48:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.jscsrc
800 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.jshintrc
921 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.npmignore
90 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
bower.json
742 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CHANGELOG.md
862 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
component.json
345 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CONTRIBUTING.md
1.20 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
gulpfile.js
1.77 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
karma.conf.ci.js
4.65 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
karma.conf.js
549 B
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
1.05 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
1.51 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
2.42 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stackframe-tests.ts
1.42 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stackframe.d.ts
1.53 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stackframe.js
3.78 KB
lrw-r--r--
2018-12-28 06:37:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).