Searched defs:JSC (Results 176 - 200 of 457) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/runtime/
H A DTimeoutChecker.cpp50 namespace JSC { namespace
158 } // namespace JSC
H A DTimeoutChecker.h34 namespace JSC { namespace
72 } // namespace JSC
/external/webkit/Source/WebCore/bindings/js/
H A DCallbackFunction.h30 namespace JSC { namespace
45 bool checkFunctionOnlyCallback(JSC::ExecState*, JSC::JSValue, CallbackAllowedValueFlags);
49 PassRefPtr<JSCallbackType> createFunctionOnlyCallback(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, JSC::JSValue value, CallbackAllowedValueFlags acceptedValues = 0)
H A DDOMObjectHashTableMap.h28 namespace JSC { namespace
37 static DOMObjectHashTableMap& mapFor(JSC::JSGlobalData&);
41 HashMap<const JSC::HashTable*, JSC::HashTable>::iterator mapEnd = m_map.end();
42 for (HashMap<const JSC::HashTable*, JSC::HashTable>::iterator iter = m_map.begin(); iter != m_map.end(); ++iter)
46 const JSC::HashTable* get(const JSC::HashTable* staticTable)
48 HashMap<const JSC::HashTable*, JSC
[all...]
H A DScheduledAction.h30 namespace JSC { namespace
48 static PassOwnPtr<ScheduledAction> create(JSC::ExecState*, DOMWrapperWorld* isolatedWorld, ContentSecurityPolicy*);
53 ScheduledAction(JSC::ExecState*, JSC::JSValue function, DOMWrapperWorld* isolatedWorld);
61 void executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue thisValue, ScriptExecutionContext*);
67 JSC::Strong<JSC::Unknown> m_function;
68 Vector<JSC::Strong<JSC
[all...]
H A DScriptFunctionCall.h40 namespace JSC { namespace
56 void appendArgument(const JSC::UString&);
57 void appendArgument(JSC::JSValue);
66 JSC::MarkedArgumentBuffer m_arguments;
H A DWorkerScriptController.h36 namespace JSC { namespace
76 JSC::JSGlobalData* globalData() { return m_globalData.get(); }
86 RefPtr<JSC::JSGlobalData> m_globalData;
88 JSC::Strong<JSWorkerContext> m_workerContextWrapper;
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMInternal.h38 namespace JSC { namespace
65 id createDOMWrapper(JSC::JSObject*, PassRefPtr<JSC::Bindings::RootObject> origin, PassRefPtr<JSC::Bindings::RootObject> current);
/external/webkit/Source/WebCore/bridge/c/
H A DCRuntimeObject.cpp35 namespace JSC { namespace
H A Dc_instance.h37 namespace JSC { namespace
52 static void setGlobalException(JSC::UString exception);
89 } // namespace JSC
H A Dc_runtime.cpp39 namespace JSC { namespace
H A Dc_runtime.h34 namespace JSC { namespace
64 } // namespace JSC
/external/webkit/Source/WebCore/bridge/jni/
H A DJavaString.h34 #if USE(JSC)
40 namespace JSC { namespace
71 } // namespace JSC
H A DJobjectWrapper.h34 namespace JSC { namespace
69 } // namespace JSC
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaFieldJSC.h38 namespace JSC { namespace
65 } // namespace JSC
H A DJavaInstanceJSC.h36 namespace JSC { namespace
79 } // namespace JSC
H A DJavaRuntimeObject.cpp33 namespace JSC { namespace
/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJavaFieldJobjectV8.h35 namespace JSC { namespace
57 } // namespace JSC
H A DJavaStringV8.h35 namespace JSC { namespace
67 } // namespace JSC
H A DJavaValueV8.h35 namespace JSC { namespace
82 } // namespace JSC
/external/webkit/Source/WebCore/bridge/
H A Druntime_array.h32 namespace JSC { namespace
74 } // namespace JSC
H A Druntime_method.h34 namespace JSC { namespace
65 } // namespace JSC
H A Druntime_object.h33 namespace JSC { namespace
H A Druntime_root.h40 namespace JSC { namespace
99 } // namespace JSC
/external/webkit/Source/WebCore/platform/win/
H A DBString.h37 namespace JSC { namespace
53 BString(const JSC::UString&);

Completed in 154 milliseconds

1234567891011>>