You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
660 B
31 lines
660 B
{
|
|
local:
|
|
extern "C++"
|
|
{
|
|
kjsyy*;
|
|
yylloc;
|
|
KJS::*Node*::*;
|
|
vtable?for?KJS::*Node*;
|
|
typeinfo*KJS::*Node*;
|
|
# vtable and typeinfo symbols not matched below
|
|
KJS::Lexer::*;
|
|
KJS::Parser::*;
|
|
KJS::Collector::*;
|
|
KJS::InterpreterImp::*;
|
|
KJS::ListImp*;
|
|
*KJS::*InstanceImp*;
|
|
KJS::CompletionImp*;
|
|
KJS::StringObjectImp*;
|
|
KJS::BooleanObjectImp*;
|
|
KJS::FunctionObjectImp*;
|
|
KJS::DateObjectImp*;
|
|
KJS::MathObjectImp*;
|
|
KJS::ArrayObjectImp*;
|
|
KJS::NumberObjectImp*;
|
|
KJS::RegExpObjectImp*;
|
|
KJS::ErrorObjectImp*;
|
|
KJS::ObjectObjectImp*;
|
|
KJS::*ProtoFuncIm*
|
|
};
|
|
};
|