public final class ConsoleCustom extends Object
NativeConsole
.Modifier and Type | Method and Description |
---|---|
static void |
timeStamp(org.htmlunit.corejs.javascript.Context context,
org.htmlunit.corejs.javascript.Scriptable scope,
org.htmlunit.corejs.javascript.Scriptable thisObj,
Object[] args,
org.htmlunit.corejs.javascript.Function function)
Adds a single marker to the browser's Performance or Waterfall tool.
|
public static void timeStamp(org.htmlunit.corejs.javascript.Context context, org.htmlunit.corejs.javascript.Scriptable scope, org.htmlunit.corejs.javascript.Scriptable thisObj, Object[] args, org.htmlunit.corejs.javascript.Function function)
Currently a noop because timeline is not supported so far
context
- the JavaScript contextscope
- the scopethisObj
- the scriptableargs
- the arguments passed into the methodfunction
- the functionCopyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.