Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
de1dfae7
Commit
de1dfae7
authored
May 20, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forked version of otto so we can support lowerCased methods
parent
41989693
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
javascript_runtime.go
ethereum/javascript_runtime.go
+1
-1
repl.go
ethereum/repl.go
+1
-1
repl_darwin.go
ethereum/repl_darwin.go
+1
-1
No files found.
ethereum/javascript_runtime.go
View file @
de1dfae7
...
...
@@ -6,7 +6,7 @@ import (
"github.com/ethereum/eth-go/ethchain"
"github.com/ethereum/eth-go/ethpub"
"github.com/ethereum/eth-go/ethutil"
"github.com/
robertkrim
en/otto"
"github.com/
obscur
en/otto"
)
type
JSRE
struct
{
...
...
ethereum/repl.go
View file @
de1dfae7
...
...
@@ -4,7 +4,7 @@ import (
"fmt"
"github.com/ethereum/eth-go"
"github.com/ethereum/eth-go/ethpub"
"github.com/
robertkrim
en/otto"
"github.com/
obscur
en/otto"
)
type
Repl
interface
{
...
...
ethereum/repl_darwin.go
View file @
de1dfae7
...
...
@@ -8,7 +8,7 @@ package main
import
"C"
import
(
"github.com/
robertkrim
en/otto"
"github.com/
obscur
en/otto"
"strings"
"unsafe"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment