HomeSort by relevance Sort by last modified time
    Searched refs:JSC (Results 51 - 75 of 879) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/bindings/js/
JavaScriptCallFrame.h 29 #if ENABLE(JAVASCRIPT_DEBUGGER) && USE(JSC)
42 static PassRefPtr<JavaScriptCallFrame> create(const JSC::DebuggerCallFrame& debuggerCallFrame, PassRefPtr<JavaScriptCallFrame> caller, intptr_t sourceID, const TextPosition0& textPosition)
62 void update(const JSC::DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID, const TextPosition0& textPosition)
71 JSC::DebuggerCallFrame::Type type() const;
72 JSC::ScopeChainNode* scopeChain() const;
73 JSC::JSGlobalObject* dynamicGlobalObject() const;
75 JSC::JSObject* thisObject() const;
76 JSC::JSValue evaluate(const JSC::UString& script, JSC::JSValue& exception) const
    [all...]
ScriptCallStackFactory.h 36 namespace JSC {
46 PassRefPtr<ScriptCallStack> createScriptCallStack(JSC::ExecState*, size_t maxStackSize);
47 PassRefPtr<ScriptArguments> createScriptArguments(JSC::ExecState*, unsigned skipArgumentCount);
ScriptSourceProvider.h 35 class ScriptSourceProvider : public JSC::SourceProvider {
37 ScriptSourceProvider(const JSC::UString& url, JSC::SourceProviderCache* cache = 0)
CallbackFunction.h 30 namespace JSC {
45 bool checkFunctionOnlyCallback(JSC::ExecState*, JSC::JSValue, CallbackAllowedValueFlags);
49 PassRefPtr<JSCallbackType> createFunctionOnlyCallback(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, JSC::JSValue value, CallbackAllowedValueFlags acceptedValues = 0)
JSCustomXPathNSResolver.h 36 namespace JSC {
48 static PassRefPtr<JSCustomXPathNSResolver> create(JSC::ExecState*, JSC::JSValue);
55 JSCustomXPathNSResolver(JSC::JSObject*, JSDOMWindow*);
58 JSC::JSObject* m_customResolver;
JSErrorHandler.h 40 static PassRefPtr<JSErrorHandler> create(JSC::JSObject* listener, JSC::JSObject* wrapper, bool isAttribute, DOMWrapperWorld* isolatedWorld)
48 JSErrorHandler(JSC::JSObject* function, JSC::JSObject* wrapper, bool isAttribute, DOMWrapperWorld* isolatedWorld);
54 inline PassRefPtr<JSErrorHandler> createJSErrorHandler(JSC::ExecState* exec, JSC::JSValue listener, JSC::JSObject* wrapper)
JSFloat32ArrayCustom.cpp 32 using namespace JSC;
36 void JSFloat32Array::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Float32Array* object)
46 JSC::JSValue JSFloat32Array::set(JSC::ExecState* exec)
JSInt16ArrayCustom.cpp 32 using namespace JSC;
36 void JSInt16Array::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Int16Array* object)
46 JSC::JSValue JSInt16Array::set(JSC::ExecState* exec)
JSInt32ArrayCustom.cpp 32 using namespace JSC;
36 void JSInt32Array::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Int32Array* object)
46 JSC::JSValue JSInt32Array::set(JSC::ExecState* exec)
JSInt8ArrayCustom.cpp 33 using namespace JSC;
37 void JSInt8Array::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
42 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Int8Array* object)
47 JSC::JSValue JSInt8Array::set(JSC::ExecState* exec)
JSUint16ArrayCustom.cpp 32 using namespace JSC;
36 void JSUint16Array::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Uint16Array* object)
46 JSC::JSValue JSUint16Array::set(JSC::ExecState* exec)
JSUint32ArrayCustom.cpp 32 using namespace JSC;
36 void JSUint32Array::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Uint32Array* object)
46 JSC::JSValue JSUint32Array::set(JSC::ExecState* exec)
JSUint8ArrayCustom.cpp 32 using namespace JSC;
36 void JSUint8Array::indexSetter(JSC::ExecState* exec, unsigned index, JSC::JSValue value)
41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Uint8Array* object)
46 JSC::JSValue JSUint8Array::set(JSC::ExecState* exec)
JSNamedNodeMapCustom.cpp 33 using namespace JSC;
37 class JSNamedNodeMapOwner : public JSC::WeakHandleOwner {
38 virtual bool isReachableFromOpaqueRoots(JSC::Handle<JSC::Unknown>, void* context, JSC::MarkStack&);
39 virtual void finalize(JSC::Handle<JSC::Unknown>, void* context);
42 bool JSNamedNodeMapOwner::isReachableFromOpaqueRoots(JSC::Handle<JSC::Unknown> handle, void*, MarkStack& markStack)
53 void JSNamedNodeMapOwner::finalize(JSC::Handle<JSC::Unknown> handle, void* context
    [all...]
ScheduledAction.h 30 namespace JSC {
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::Unknown> > m_args
    [all...]
JSMessagePortCustom.h 45 void fillMessagePortArray(JSC::ExecState*, JSC::JSValue, MessagePortArray&);
49 inline JSC::JSValue handlePostMessage(JSC::ExecState* exec, T* impl)
55 return JSC::jsUndefined();
60 return JSC::jsUndefined();
JSCanvasRenderingContextCustom.cpp 36 using namespace JSC;
40 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, CanvasRenderingContext* object)
JSNodeCustom.h 34 class JSNodeOwner : public JSC::WeakHandleOwner {
35 virtual bool isReachableFromOpaqueRoots(JSC::Handle<JSC::Unknown>, void* context, JSC::MarkStack&);
36 virtual void finalize(JSC::Handle<JSC::Unknown>, void* context);
39 inline JSC::WeakHandleOwner* wrapperOwner(DOMWrapperWorld*, Node*)
75 JSC::JSValue createWrapper(JSC::ExecState*, JSDOMGlobalObject*, Node*);
77 inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Node* node
    [all...]
ScriptWrappable.h 46 void setWrapper(JSC::JSGlobalData& globalData, JSDOMWrapper* wrapper, JSC::WeakHandleOwner* wrapperOwner, void* context)
57 JSC::Weak<JSDOMWrapper> m_wrapper;
WorkerScriptDebugServer.h 53 virtual ListenerSet* getListenersForGlobalObject(JSC::JSGlobalObject*) { return 0; }
54 virtual void didPause(JSC::JSGlobalObject*) { }
55 virtual void didContinue(JSC::JSGlobalObject*) { }
  /external/webkit/Source/WebCore/plugins/
PluginViewBase.h 31 namespace JSC {
47 virtual JSC::JSObject* scriptObject(JSC::JSGlobalObject*) { return 0; }
  /external/webkit/Source/JavaScriptCore/runtime/
RegExpKey.h 34 namespace JSC {
89 } // namespace JSC
95 template<> struct RegExpHash<JSC::RegExpKey> {
96 static unsigned hash(const JSC::RegExpKey& key) { return key.pattern->hash(); }
97 static bool equal(const JSC::RegExpKey& a, const JSC::RegExpKey& b) { return a == b; }
101 template<> struct DefaultHash<JSC::RegExpKey> {
102 typedef RegExpHash<JSC::RegExpKey> Hash;
105 template<> struct HashTraits<JSC::RegExpKey> : GenericHashTraits<JSC::RegExpKey>
    [all...]
BooleanPrototype.h 26 namespace JSC {
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/JavaScriptCore/heap/
MarkStackWin.cpp 33 namespace JSC {

Completed in 319 milliseconds

1 23 4 5 6 7 8 91011>>