/external/webkit/Source/WebCore/bindings/js/ |
JSMainThreadExecState.h | 39 static JSC::ExecState* currentState() 45 static JSC::JSValue call(JSC::ExecState* exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData& callData, JSC::JSValue thisValue, const JSC::ArgList& args) 48 return JSC::call(exec, functionObject, callType, callData, thisValue, args); 51 static JSC::Completion evaluate(JSC::ExecState* exec, JSC::ScopeChainNode* chain, const JSC::SourceCode& sour (…) [all...] |
JSDOMBinding.h | 35 namespace JSC { 67 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype) 69 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info); 73 JSDOMWrapperWithGlobalPointer(JSC::Structure* structure, JSDOMGlobalObject* globalObject) 83 // Base class for all constructor objects in the JSC bindings. 86 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype [all...] |
CallbackFunction.cpp | 34 bool checkFunctionOnlyCallback(JSC::ExecState* exec, JSC::JSValue value, CallbackAllowedValueFlags acceptedValues) 42 JSC::CallData callData; 43 if (getCallData(value, callData) == JSC::CallTypeNone) {
|
JSDOMWrapper.cpp | 31 using namespace JSC;
|
JSEventTarget.h | 31 namespace JSC { 40 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, EventTarget*); 41 EventTarget* toEventTarget(JSC::JSValue);
|
JSMemoryInfoCustom.cpp | 35 using namespace JSC;
|
JSDOMGlobalObject.h | 41 typedef HashMap<const JSC::ClassInfo*, JSC::WriteBarrier<JSC::Structure> > JSDOMStructureMap; 42 typedef HashMap<const JSC::ClassInfo*, JSC::WriteBarrier<JSC::JSObject> > JSDOMConstructorMap; 44 class JSDOMGlobalObject : public JSC::JSGlobalObject { 45 typedef JSC::JSGlobalObject Base; 49 JSDOMGlobalObject(JSC::JSGlobalData&, JSC::Structure*, PassRefPtr<DOMWrapperWorld>, JSC::JSObject* thisValue) [all...] |
JSNodeFilterCondition.h | 35 static PassRefPtr<JSNodeFilterCondition> create(JSC::JSGlobalData& globalData, NodeFilter* owner, JSC::JSValue filter) 41 JSNodeFilterCondition(JSC::JSGlobalData&, NodeFilter* owner, JSC::JSValue filter); 45 class WeakOwner : public JSC::WeakHandleOwner { 46 virtual bool isReachableFromOpaqueRoots(JSC::Handle<JSC::Unknown>, void* context, JSC::MarkStack&); 49 mutable JSC::Weak<JSC::Unknown> m_filter [all...] |
JSEventListener.h | 33 static PassRefPtr<JSEventListener> create(JSC::JSObject* listener, JSC::JSObject* wrapper, bool isAttribute, DOMWrapperWorld* isolatedWorld) 52 JSC::JSObject* jsFunction(ScriptExecutionContext*) const; 55 JSC::JSObject* wrapper() const { return m_wrapper.get(); } 56 void setWrapper(JSC::JSGlobalData& globalData, JSC::JSObject* wrapper) const { m_wrapper.set(globalData, wrapper, 0); } 59 virtual JSC::JSObject* initializeJSFunction(ScriptExecutionContext*) const; 60 virtual void markJSFunction(JSC::MarkStack&); 64 JSEventListener(JSC::JSObject* function, JSC::JSObject* wrapper, bool isAttribute, DOMWrapperWorld* isolatedWorld) [all...] |
IDBBindingUtilities.h | 38 PassRefPtr<IDBKey> createIDBKeyFromValue(JSC::ExecState*, JSC::JSValue);
|
JSDataGridDataSource.cpp | 39 using namespace JSC; 43 JSDataGridDataSource::JSDataGridDataSource(JSC::JSValue dataSource, Frame* frame)
|
ScriptControllerWin.cpp | 33 using namespace JSC::Bindings; 37 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(Widget* widget)
|
ScriptInstance.h | 39 typedef RefPtr<JSC::Bindings::Instance> ScriptInstance; 40 typedef PassRefPtr<JSC::Bindings::Instance> PassScriptInstance;
|
DOMWrapperWorld.h | 35 typedef HashMap<void*, JSC::Weak<JSDOMWrapper> > DOMObjectWrapperMap; 36 typedef JSC::WeakGCMap<StringImpl*, JSC::JSString> JSStringCache; 38 class JSDOMWrapperOwner : public JSC::WeakHandleOwner { 41 virtual void finalize(JSC::Handle<JSC::Unknown>, void* context); 54 static PassRefPtr<DOMWrapperWorld> create(JSC::JSGlobalData* globalData, bool isNormal = false) 72 JSC::JSGlobalData* globalData() const { return m_globalData; } 76 DOMWrapperWorld(JSC::JSGlobalData*, bool isNormal); 79 JSC::JSGlobalData* m_globalData [all...] |
JSDOMWrapper.h | 29 class JSDOMWrapper : public JSC::JSObjectWithGlobalObject { 31 explicit JSDOMWrapper(JSC::JSGlobalObject* globalObject, JSC::Structure* structure)
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebScriptDebugger.h | 37 namespace JSC { 48 NSString *toNSString(const JSC::UString&); 50 class WebScriptDebugger : public JSC::Debugger { 52 WebScriptDebugger(JSC::JSGlobalObject*); 54 void initGlobalCallFrame(const JSC::DebuggerCallFrame&); 56 virtual void sourceParsed(JSC::ExecState*, JSC::SourceProvider*, int errorLine, const JSC::UString& errorMsg); 57 virtual void callEvent(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber); 58 virtual void atStatement(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber) [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
JSZombie.cpp | 34 namespace JSC {
|
GCActivityCallback.cpp | 32 namespace JSC {
|
/external/webkit/Source/WebCore/bridge/ |
NP_jsobject.h | 34 namespace JSC { 46 JSC::JSObject* imp; 47 JSC::Bindings::RootObject* rootObject; 50 NPObject* _NPN_CreateScriptObject(NPP npp, JSC::JSObject*, PassRefPtr<JSC::Bindings::RootObject> rootObject);
|
/external/webkit/Source/JavaScriptCore/API/ |
APICast.h | 34 namespace JSC { 51 inline JSC::ExecState* toJS(JSContextRef c) 54 return reinterpret_cast<JSC::ExecState*>(const_cast<OpaqueJSContext*>(c)); 57 inline JSC::ExecState* toJS(JSGlobalContextRef c) 60 return reinterpret_cast<JSC::ExecState*>(c); 63 inline JSC::JSValue toJS(JSC::ExecState* exec, JSValueRef v) 68 JSC::JSCell* jsCell = reinterpret_cast<JSC::JSCell*>(const_cast<OpaqueJSValue*>(v)); 70 return JSC::JSValue() [all...] |
/external/webkit/Source/WebCore/bridge/objc/ |
WebScriptObject.h | 37 + (id)_convertValueToObjcValue:(JSC::JSValue)value originRootObject:(JSC::Bindings::RootObject*)originRootObject rootObject:(JSC::Bindings::RootObject*)rootObject; 38 - _initWithJSObject:(JSC::JSObject*)imp originRootObject:(PassRefPtr<JSC::Bindings::RootObject>)originRootObject rootObject:(PassRefPtr<JSC::Bindings::RootObject>)rootObject; 39 - (JSC::JSObject *)_imp;
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NPRuntimeObjectMap.h | 35 namespace JSC { 65 NPObject* getOrCreateNPObject(JSC::JSGlobalData&, JSC::JSObject*); 69 JSC::JSObject* getOrCreateJSObject(JSC::JSGlobalObject*, NPObject*); 72 void convertJSValueToNPVariant(JSC::ExecState*, JSC::JSValue, NPVariant&); 73 JSC::JSValue convertNPVariantToJSValue(JSC::ExecState*, JSC::JSGlobalObject*, const NPVariant&) [all...] |
/external/webkit/Source/WebCore/dom/ |
NodeFilterCondition.h | 31 namespace JSC { 43 virtual void markAggregate(JSC::MarkStack&) { }
|
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrSyntaxChecker.h | 31 namespace JSC { namespace Yarr { 35 }} // JSC::YARR
|
/external/webkit/Source/JavaScriptCore/wtf/ |
WTFThreadData.cpp | 41 #if USE(JSC) 42 , m_defaultIdentifierTable(new JSC::IdentifierTable()) 53 #if USE(JSC)
|