mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 23:51:51 +00:00
Fixed formatting of markdown.
This commit is contained in:
parent
8fcbf0a9e7
commit
730b782de1
14
README.md
14
README.md
@ -26,8 +26,8 @@ Minimum requirements
|
|||||||
API
|
API
|
||||||
===
|
===
|
||||||
|
|
||||||
class V8Js
|
class V8Js
|
||||||
{
|
{
|
||||||
/* Constants */
|
/* Constants */
|
||||||
|
|
||||||
const string V8_VERSION;
|
const string V8_VERSION;
|
||||||
@ -54,10 +54,10 @@ class V8Js
|
|||||||
|
|
||||||
// Returns extensions successfully registered with V8Js::registerExtension().
|
// Returns extensions successfully registered with V8Js::registerExtension().
|
||||||
public static array V8Js::getExtensions( void )
|
public static array V8Js::getExtensions( void )
|
||||||
}
|
}
|
||||||
|
|
||||||
final class V8JsException extends Exception
|
final class V8JsException extends Exception
|
||||||
{
|
{
|
||||||
/* Properties */
|
/* Properties */
|
||||||
protected string JsFileName = NULL;
|
protected string JsFileName = NULL;
|
||||||
protected int JsLineNumber = NULL;
|
protected int JsLineNumber = NULL;
|
||||||
@ -69,4 +69,6 @@ final class V8JsException extends Exception
|
|||||||
final public int getJsLineNumber( void )
|
final public int getJsLineNumber( void )
|
||||||
final public string getJsSourceLine( void )
|
final public string getJsSourceLine( void )
|
||||||
final public string getJsTrace( void )
|
final public string getJsTrace( void )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user