|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
| class | Array |
| class | Class |
| class | Field |
| class | Instance |
| class | Method |
| class | ObjcArray |
| class | ObjcClass |
| class | ObjcFallbackObjectImp |
| class | ObjcField |
| class | ObjcInstance |
| class | ObjcMethod |
| class | ObjCRuntimeObject |
| union | ObjcValue |
| class | RootObject |
| class | RuntimeObject |
Typedefs | |
| typedef HashCountedSet< JSObject * > | ProtectCountSet |
| typedef Vector< char, 256 > | JSNameConversionBuffer |
| typedef HashSet< RootObject * > | RootObjectSet |
Functions | |
| const char * | signatureForParameters (const ArgList &) |
| RootObject * | findProtectingRootObject (JSObject *) |
| RootObject * | findRootObject (JSGlobalObject *) |
| ClassStructPtr | webScriptObjectClass () |
| ClassStructPtr | webUndefinedClass () |
| ObjcValue | convertValueToObjcValue (ExecState *, JSValue, ObjcValueType) |
| JSValue | convertNSStringToString (ExecState *exec, NSString *nsstring) |
| JSValue | convertObjcValueToValue (ExecState *, void *buffer, ObjcValueType, RootObject *) |
| ObjcValueType | objcValueTypeForType (const char *type) |
| JSObject * | throwError (ExecState *, ThrowScope &, NSString *message) |
| typedef Vector<char, 256> JSC::Bindings::JSNameConversionBuffer |
| typedef HashCountedSet< JSObject * > JSC::Bindings::ProtectCountSet |
| typedef HashSet<RootObject*> JSC::Bindings::RootObjectSet |
| JSValue JSC::Bindings::convertObjcValueToValue | ( | ExecState * | exec, |
| void * | buffer, | ||
| ObjcValueType | type, | ||
| RootObject * | rootObject | ||
| ) |
| ObjcValue JSC::Bindings::convertValueToObjcValue | ( | ExecState * | exec, |
| JSValue | value, | ||
| ObjcValueType | type | ||
| ) |
| RootObject * JSC::Bindings::findProtectingRootObject | ( | JSObject * | ) |
| RootObject * JSC::Bindings::findRootObject | ( | JSGlobalObject * | ) |
| ObjcValueType JSC::Bindings::objcValueTypeForType | ( | const char * | type | ) |
| const char * JSC::Bindings::signatureForParameters | ( | const ArgList & | ) |
| JSObject * JSC::Bindings::throwError | ( | ExecState * | exec, |
| ThrowScope & | scope, | ||
| NSString * | message | ||
| ) |
| ClassStructPtr JSC::Bindings::webScriptObjectClass | ( | ) |
| ClassStructPtr JSC::Bindings::webUndefinedClass | ( | ) |
1.8.13