Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
zheref
/
node
Public
forked from
nodejs/node-v0.x-archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
node
src
node_script.cc
on
master
User selector
All users
All time
Commit history
Commits on May 1, 2012
vm: accept only object as arg of .createContext()
Show description for 9f9c333
indutny
committed
9f9c333
View commit details
Copy full SHA for 9f9c333
View code at this point
Browse repository at this point
Commits on Apr 27, 2012
Cleanup vm module memory leakage
Show description for 7063575
laverdet
authored and
isaacs
committed
7063575
View commit details
Copy full SHA for 7063575
View code at this point
Browse repository at this point
Commits on Mar 9, 2012
core: use proper #include directives
bnoordhuis
committed
ff4a9d3
View commit details
Copy full SHA for ff4a9d3
View code at this point
Browse repository at this point
Commits on Feb 23, 2012
Remove unused variables.
bnoordhuis
committed
b92a919
View commit details
Copy full SHA for b92a919
View code at this point
Browse repository at this point
Commits on Feb 6, 2012
Revert support for isolates.
Show description for 74a8215
bnoordhuis
committed
74a8215
View commit details
Copy full SHA for 74a8215
View code at this point
Browse repository at this point
Commits on Jan 10, 2012
added isolates support
indutny
authored and
bnoordhuis
committed
a5f74b4
View commit details
Copy full SHA for a5f74b4
View code at this point
Browse repository at this point
Commits on Nov 9, 2011
Remove stray NODE_MODULE() semi-colons.
bnoordhuis
committed
cdcb111
View commit details
Copy full SHA for cdcb111
View code at this point
Browse repository at this point
Commits on Oct 19, 2011
Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"
Show description for 9d27faa
ry
committed
9d27faa
View commit details
Copy full SHA for 9d27faa
View code at this point
Browse repository at this point
Fix #1801 vm: Use 'sandbox' as global_prototype
Show description for 200df86
ELLIOTTCABLE
authored and
isaacs
committed
200df86
View commit details
Copy full SHA for 200df86
View code at this point
Browse repository at this point
Commits on Oct 14, 2011
node_script: remove unused variable
bnoordhuis
committed
0dc844d
View commit details
Copy full SHA for 0dc844d
View code at this point
Browse repository at this point
Commits on Sep 11, 2011
Remove obsolete 'using v8::Null'
Show description for b942c63
indutny
authored and
ry
committed
b942c63
View commit details
Copy full SHA for b942c63
View code at this point
Browse repository at this point
Commits on Sep 10, 2011
vm context with accessors
Show description for 8c2c7bb
indutny
authored and
ry
committed
8c2c7bb
View commit details
Copy full SHA for 8c2c7bb
View code at this point
Browse repository at this point
Commits on Sep 8, 2011
Revert "vm context with accessors"
Show description for 26834b0
ry
committed
26834b0
View commit details
Copy full SHA for 26834b0
View code at this point
Browse repository at this point
vm context with accessors
Show description for 4527de8
indutny
authored and
ry
committed
4527de8
View commit details
Copy full SHA for 4527de8
View code at this point
Browse repository at this point
Commits on Aug 16, 2011
vm: fix incorrect dispatch of vm.runInContext for argument "filename"
Show description for c05936c
amb26
authored and
bnoordhuis
committed
c05936c
View commit details
Copy full SHA for c05936c
View code at this point
Browse repository at this point
Commits on Jul 5, 2011
Verify that the argument passed to vm.runInContext() is a context object.
Show description for f087206
bnoordhuis
committed
f087206
View commit details
Copy full SHA for f087206
View code at this point
Browse repository at this point
Commits on Apr 14, 2011
Merge branch 'v0.4'
Show description for 598792b
ry
committed
598792b
View commit details
Copy full SHA for 598792b
View code at this point
Browse repository at this point
Commits on Apr 12, 2011
Fixes the circular reference in vm modules.
Show description for 81cbd42
kuebk
authored and
ry
committed
81cbd42
View commit details
Copy full SHA for 81cbd42
View code at this point
Browse repository at this point
Commits on Mar 30, 2011
Don't conflict with V8's Script class
Show description for 75db199
ry
committed
75db199
View commit details
Copy full SHA for 75db199
View code at this point
Browse repository at this point
Commits on Mar 15, 2011
Update copyright headers
ry
committed
55048cd
View commit details
Copy full SHA for 55048cd
View code at this point
Browse repository at this point
Commits on Feb 24, 2011
Fix memleak in vm.runInNewContext
Show description for 1f50d71
ry
committed
1f50d71
View commit details
Copy full SHA for 1f50d71
View code at this point
Browse repository at this point
Commits on Jan 2, 2011
Fix typos
ry
committed
1345103
View commit details
Copy full SHA for 1345103
View code at this point
Browse repository at this point
Make syntax error display optional
Show description for 1c7cd4a
ry
committed
1c7cd4a
View commit details
Copy full SHA for 1c7cd4a
View code at this point
Browse repository at this point
Commits on Jan 1, 2011
Lint node_script.cc
ry
committed
40f29dd
View commit details
Copy full SHA for 40f29dd
View code at this point
Browse repository at this point
Commits on Nov 24, 2010
Saner, yet still ugly, fix to displaying syntax errors
ry
committed
b57c1f5
View commit details
Copy full SHA for b57c1f5
View code at this point
Browse repository at this point
Commits on Nov 23, 2010
hack to display syntax errors. FIXME
ry
committed
f123a1a
View commit details
Copy full SHA for f123a1a
View code at this point
Browse repository at this point
Commits on Oct 9, 2010
Fix a few compiler warnings...
ry
committed
fe74283
View commit details
Copy full SHA for fe74283
View code at this point
Browse repository at this point
Commits on Sep 29, 2010
Safe constructor for ObjectWrapped classes
Show description for 55c65cc
bnoordhuis
authored and
ry
committed
55c65cc
View commit details
Copy full SHA for 55c65cc
View code at this point
Browse repository at this point
Commits on Sep 8, 2010
Make test-global work with NODE_MODULE_CONTEXTS.
Herbert Vojčík
authored and
ry
committed
71651bf
View commit details
Copy full SHA for 71651bf
View code at this point
Browse repository at this point
Commits on Aug 4, 2010
Allow null context in Script
ry
committed
31b5940
View commit details
Copy full SHA for 31b5940
View code at this point
Browse repository at this point
Commits on Jul 14, 2010
Move evals to extension module.
pquerna
authored and
ry
committed
870aa3d
View commit details
Copy full SHA for 870aa3d
View code at this point
Browse repository at this point
Commits on Jun 30, 2010
fix whitespace errors
bmizerany
authored and
ry
committed
8c85340
View commit details
Copy full SHA for 8c85340
View code at this point
Browse repository at this point
Commits on Jun 29, 2010
Lint node_script.cc
ry
committed
23172c5
View commit details
Copy full SHA for 23172c5
View code at this point
Browse repository at this point
Commits on Jun 28, 2010
Added new API to Script, and implemented it in the REPL
cha0s
authored and
ry
committed
242161b
View commit details
Copy full SHA for 242161b
View code at this point
Browse repository at this point
Commits on Jun 20, 2010
script.runIn*Context not throwing errors properly.
ry
committed
f1a4f17
View commit details
Copy full SHA for f1a4f17
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.