webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
TestGlobalObject Interface Reference

import"TestGlobalObject.idl";

Public Member Functions

void regularOperation (DOMString testParam)
 
void enabledAtRuntimeOperation (DOMString testParam)
 
void enabledAtRuntimeOperation (long testParam)
 
void enabledInSpecificWorld (long testParam)
 
void testPrivateFunction ()
 
void testJSBuiltinFunction ()
 

Public Attributes

attribute DOMString regularAttribute
 
attribute DOMString publicAndPrivateAttribute
 
attribute DOMString publicAndPrivateConditionalAttribute
 
attribute DOMString enabledAtRuntimeAttribute
 

Member Function Documentation

◆ enabledAtRuntimeOperation() [1/2]

void TestGlobalObject::enabledAtRuntimeOperation ( DOMString  testParam)

◆ enabledAtRuntimeOperation() [2/2]

void TestGlobalObject::enabledAtRuntimeOperation ( long  testParam)

◆ enabledInSpecificWorld()

void TestGlobalObject::enabledInSpecificWorld ( long  testParam)

◆ regularOperation()

void TestGlobalObject::regularOperation ( DOMString  testParam)

◆ testJSBuiltinFunction()

void TestGlobalObject::testJSBuiltinFunction ( )

◆ testPrivateFunction()

void TestGlobalObject::testPrivateFunction ( )

Member Data Documentation

◆ enabledAtRuntimeAttribute

attribute DOMString TestGlobalObject::enabledAtRuntimeAttribute

◆ publicAndPrivateAttribute

attribute DOMString TestGlobalObject::publicAndPrivateAttribute

◆ publicAndPrivateConditionalAttribute

attribute DOMString TestGlobalObject::publicAndPrivateConditionalAttribute

◆ regularAttribute

attribute DOMString TestGlobalObject::regularAttribute

The documentation for this interface was generated from the following file: