kjs Library API Documentation

KJS::RegExpProtoFuncImp Class Reference

Inheritance diagram for KJS::RegExpProtoFuncImp:

Inheritance graph
[legend]
Collaboration diagram for KJS::RegExpProtoFuncImp:

Collaboration graph
[legend]
List of all members.

Public Types

enum  { Exec, Test, ToString }

Public Member Functions

 RegExpProtoFuncImp (ExecState *exec, FunctionPrototypeImp *funcProto, int i, int len, const Identifier &_ident)
virtual bool implementsCall () const
virtual Value call (ExecState *exec, Object &thisObj, const List &args)

Detailed Description

Definition at line 38 of file regexp_object.h.


Member Function Documentation

Value RegExpProtoFuncImp::call ExecState exec,
Object thisObj,
const List args
[virtual]
 

Implementation of the [[Call]] internal property.

See also:
Object::call()

Reimplemented from KJS::ObjectImp.

Definition at line 78 of file regexp_object.cpp.

References KJS::RegExpObjectImp::arrayOfMatches(), KJS::Interpreter::builtinRegExp(), KJS::Object::get(), KJS::Object::imp(), KJS::ExecState::interpreter(), KJS::UString::isNull(), KJS::Value::isValid(), KJS::RegExp::match(), KJS::Object::put(), KJS::RegExpImp::regExp(), KJS::RegExpObjectImp::registerRegexp(), KJS::RegExpObjectImp::setSubPatterns(), KJS::UString::size(), KJS::RegExp::subPatterns(), KJS::Value::toBoolean(), KJS::Value::toInt32(), KJS::Value::toString(), and KJS::String::value().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kjs Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Sep 16 06:55:52 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003