HomeSort by relevance Sort by last modified time
    Searched defs:JSC (Results 151 - 175 of 458) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/bridge/c/
c_instance.h 37 namespace JSC {
52 static void setGlobalException(JSC::UString exception);
89 } // namespace JSC
c_runtime.cpp 39 namespace JSC {
c_runtime.h 34 namespace JSC {
64 } // namespace JSC
  /external/webkit/Source/WebCore/bridge/jni/
JavaString.h 34 #if USE(JSC)
40 namespace JSC {
71 } // namespace JSC
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaArrayJSC.h 36 namespace JSC {
63 } // namespace JSC
JavaInstanceJSC.h 36 namespace JSC {
79 } // namespace JSC
  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaClassV8.h 36 namespace JSC {
56 } // namespace JSC
  /external/webkit/Source/WebCore/bridge/objc/
objc_class.h 31 namespace JSC {
57 } // namespace JSC
objc_instance.h 32 namespace JSC {
84 } // namespace JSC
  /external/webkit/Source/WebCore/bridge/
runtime_array.h 32 namespace JSC {
74 } // namespace JSC
runtime_method.h 34 namespace JSC {
65 } // namespace JSC
runtime_object.h 33 namespace JSC {
  /external/webkit/Source/WebCore/loader/cache/
CachedScript.h 32 #if USE(JSC)
33 namespace JSC {
59 #if USE(JSC)
60 // Allows JSC to cache additional information about the source.
61 JSC::SourceProviderCache* sourceProviderCache() const;
71 #if USE(JSC)
72 mutable OwnPtr<JSC::SourceProviderCache> m_sourceProviderCache;
  /external/webkit/Source/WebCore/plugins/
PluginViewBase.h 31 namespace JSC {
47 virtual JSC::JSObject* scriptObject(JSC::JSGlobalObject*) { return 0; }
  /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/WebKit2/WebProcess/Plugins/Netscape/
NPJSObject.h 33 namespace JSC {
49 static NPJSObject* create(JSC::JSGlobalData&, NPRuntimeObjectMap*, JSC::JSObject*);
51 JSC::JSObject* jsObject() const { return m_jsObject.get(); }
65 void initialize(JSC::JSGlobalData&, NPRuntimeObjectMap*, JSC::JSObject*);
77 bool invoke(JSC::ExecState*, JSC::JSGlobalObject*, JSC::JSValue function, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result);
93 JSC::Strong<JSC::JSObject> m_jsObject
    [all...]
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/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...]
APIShims.h 34 namespace JSC {
JSCallbackConstructor.cpp 37 namespace JSC {
90 } // namespace JSC
JSCallbackFunction.cpp 39 namespace JSC {
81 } // namespace JSC
JSWeakObjectMapRefInternal.h 32 namespace JSC {
40 typedef JSC::WeakGCMap<void*, JSC::JSObject> WeakMapType;
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerCodeRef.h 55 namespace JSC {
59 // FunctionPtr should be used to wrap pointers to C/C++ functions in JSC
220 } // namespace JSC
RepatchBuffer.h 34 namespace JSC {
125 } // namespace JSC
  /external/webkit/Source/JavaScriptCore/bytecompiler/
Label.h 38 namespace JSC {
88 } // namespace JSC

Completed in 1949 milliseconds

1 2 3 4 5 67 8 91011>>