Home
last modified time | relevance | path

Searched refs:JSGlueAPIEntry (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptGlue/
DJSUtils.h80 class JSGlueAPIEntry {
82 JSGlueAPIEntry();
83JSGlueAPIEntry(JSGlobalObject*); // For use when it's not safe for JSGlueAPIEntry() to call getThr…
84 ~JSGlueAPIEntry();
DJSValueWrapper.cpp70 JSGlueAPIEntry entry; in JSObjectCopyPropertyNames()
105 JSGlueAPIEntry entry; in JSObjectCopyProperty()
129 JSGlueAPIEntry entry; in JSObjectSetProperty()
144 JSGlueAPIEntry entry; in JSObjectCallFunction()
184 JSGlueAPIEntry entry; in JSObjectCopyCFValue()
DJSUtils.cpp132 JSGlueAPIEntry entry; in JSObjectKJSValue()
207 JSGlueAPIEntry entry; in KJSValueToCFTypeInternal()
398 JSGlueAPIEntry entry; in unprotectGlobalObject()
434 JSGlueAPIEntry::JSGlueAPIEntry() in JSGlueAPIEntry() function in JSGlueAPIEntry
441 JSGlueAPIEntry::~JSGlueAPIEntry() in ~JSGlueAPIEntry()
DJavaScriptGlue.cpp249 JSGlueAPIEntry entry; in JSRunCreate()
294 JSGlueAPIEntry entry; in JSRunEvaluate()
328 JSGlueAPIEntry entry; in JSRunCheckSyntax()
341 JSGlueAPIEntry entry; in JSCollect()
DJSBase.cpp49 JSGlueAPIEntry entry; in Release()
DChangeLog829 (JSGlueAPIEntry::JSGlueAPIEntry):
839 (unprotectGlobalObject): Use the version of JSGlueAPIEntry that doesn't
846 when first constructing our JSGlobalObject, since JSGlueAPIEntry has not
849 (JSGlueAPIEntry::JSGlueAPIEntry):
850 * JSUtils.h: New version of JSGlueAPIEntry that doesn't call
886 (JSGlueAPIEntry::JSGlueAPIEntry):
887 (JSGlueAPIEntry::~JSGlueAPIEntry):
898 (JSGlueAPIEntry::JSGlueAPIEntry):
899 (JSGlueAPIEntry::~JSGlueAPIEntry):
915 (JSGlueAPIEntry::JSGlueAPIEntry):
[all …]