Added JSScope::getParent().

git-svn-id: svn://10.0.0.236/trunk@67612 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2000-04-29 14:39:50 +00:00
parent dbb69e2bd5
commit 8211c36e77
2 changed files with 10 additions and 0 deletions

View File

@@ -254,6 +254,11 @@ namespace JSTypes {
if (prototype)
setPrototype(prototype);
}
JSScope* getParent()
{
return mParent;
}
bool isDefined(const String& name)
{

View File

@@ -254,6 +254,11 @@ namespace JSTypes {
if (prototype)
setPrototype(prototype);
}
JSScope* getParent()
{
return mParent;
}
bool isDefined(const String& name)
{