Added JSScope::getParent().
git-svn-id: svn://10.0.0.236/trunk@67612 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -254,6 +254,11 @@ namespace JSTypes {
|
||||
if (prototype)
|
||||
setPrototype(prototype);
|
||||
}
|
||||
|
||||
JSScope* getParent()
|
||||
{
|
||||
return mParent;
|
||||
}
|
||||
|
||||
bool isDefined(const String& name)
|
||||
{
|
||||
|
||||
@@ -254,6 +254,11 @@ namespace JSTypes {
|
||||
if (prototype)
|
||||
setPrototype(prototype);
|
||||
}
|
||||
|
||||
JSScope* getParent()
|
||||
{
|
||||
return mParent;
|
||||
}
|
||||
|
||||
bool isDefined(const String& name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user