HomeSort by relevance Sort by last modified time
    Searched refs:JSObject (Results 1 - 25 of 357) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKit/mac/ForwardingHeaders/runtime/
JSObject.h 1 #import <JavaScriptCore/JSObject.h>
  /external/webkit/WebCore/ForwardingHeaders/runtime/
JSObject.h 3 #include <JavaScriptCore/JSObject.h>
  /external/webkit/JavaScriptCore/runtime/
Error.h 31 class JSObject;
54 static JSObject* create(ExecState*, ErrorType, const UString& message, int lineNumber, intptr_t sourceID, const UString& sourceURL);
55 static JSObject* create(ExecState*, ErrorType, const char* message);
58 JSObject* throwError(ExecState*, ErrorType, const UString& message, int lineNumber, intptr_t sourceID, const UString& sourceURL);
59 JSObject* throwError(ExecState*, ErrorType, const UString& message);
60 JSObject* throwError(ExecState*, ErrorType, const char* message);
61 JSObject* throwError(ExecState*, ErrorType);
62 JSObject* throwError(ExecState*, JSObject*);
JSGlobalObjectFunctions.h 33 class JSObject;
39 JSValue JSC_HOST_CALL globalFuncEval(ExecState*, JSObject*, JSValue, const ArgList&);
40 JSValue JSC_HOST_CALL globalFuncParseInt(ExecState*, JSObject*, JSValue, const ArgList&);
41 JSValue JSC_HOST_CALL globalFuncParseFloat(ExecState*, JSObject*, JSValue, const ArgList&);
42 JSValue JSC_HOST_CALL globalFuncIsNaN(ExecState*, JSObject*, JSValue, const ArgList&);
43 JSValue JSC_HOST_CALL globalFuncIsFinite(ExecState*, JSObject*, JSValue, const ArgList&);
44 JSValue JSC_HOST_CALL globalFuncDecodeURI(ExecState*, JSObject*, JSValue, const ArgList&);
45 JSValue JSC_HOST_CALL globalFuncDecodeURIComponent(ExecState*, JSObject*, JSValue, const ArgList&);
46 JSValue JSC_HOST_CALL globalFuncEncodeURI(ExecState*, JSObject*, JSValue, const ArgList&);
47 JSValue JSC_HOST_CALL globalFuncEncodeURIComponent(ExecState*, JSObject*, JSValue, const ArgList&)
    [all...]
ConstructData.h 37 class JSObject;
47 typedef JSObject* (*NativeConstructor)(ExecState*, JSObject*, const ArgList&);
59 JSObject* construct(ExecState*, JSValue constructor, ConstructType, const ConstructData&, const ArgList&);
GetterSetter.h 32 class JSObject;
47 JSObject* getter() const { return m_getter; }
48 void setGetter(JSObject* getter) { m_getter = getter; }
49 JSObject* setter() const { return m_setter; }
50 void setSetter(JSObject* setter) { m_setter = setter; }
58 JSObject* m_getter;
59 JSObject* m_setter;
ErrorInstance.cpp 29 : JSObject(structure)
ErrorInstance.h 24 #include "JSObject.h"
28 class ErrorInstance : public JSObject {
JSWrapperObject.cpp 31 JSObject::markChildren(markStack);
NativeErrorPrototype.h 24 #include "JSObject.h"
28 class NativeErrorPrototype : public JSObject {
BatchedTransitionOptimizer.h 31 #include "JSObject.h"
37 BatchedTransitionOptimizer(JSObject* object)
50 JSObject* m_object;
BooleanConstructor.h 39 JSObject* constructBooleanFromImmediateBoolean(ExecState*, JSValue);
40 JSObject* constructBoolean(ExecState*, const ArgList&);
FunctionConstructor.h 39 JSObject* constructFunction(ExecState*, const ArgList&, const Identifier& functionName, const UString& sourceURL, int lineNumber);
40 JSObject* constructFunction(ExecState*, const ArgList&);
ObjectPrototype.h 24 #include "JSObject.h"
28 class ObjectPrototype : public JSObject {
39 JSValue JSC_HOST_CALL objectProtoFuncToString(ExecState*, JSObject*, JSValue, const ArgList&);
PutPropertySlot.h 34 class JSObject;
47 void setExistingProperty(JSObject* base, size_t offset)
54 void setNewProperty(JSObject* base, size_t offset)
62 JSObject* base() const { return m_base; }
71 JSObject* m_base;
  /external/webkit/JavaScriptCore/API/
JSCallbackObject.cpp 34 ASSERT_CLASS_FITS_IN_CELL(JSCallbackObject<JSObject>);
38 template <> const ClassInfo JSCallbackObject<JSObject>::info = { "CallbackObject", 0, 0, 0 };
  /external/skia/include/xml/
SkJS.h 26 typedef struct JSObject JSObject;
41 void InitializeDisplayables(const SkBitmap& , JSContext *, JSObject *, JSObject *);
45 JSObject *fGlobal;
  /external/webkit/WebCore/bindings/js/
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::JSObject* wrapper) const { m_wrapper = wrapper; }
59 virtual JSC::JSObject* initializeJSFunction(ScriptExecutionContext*) const;
61 virtual void invalidateJSFunction(JSC::JSObject*);
67 JSEventListener(JSC::JSObject* function, JSC::JSObject* wrapper, bool isAttribute, DOMWrapperWorld* isolatedWorld);
70 mutable JSC::JSObject* m_jsFunction
    [all...]
JSCustomSQLTransactionCallback.h 38 class JSObject;
49 static PassRefPtr<JSCustomSQLTransactionCallback> create(JSC::JSObject* callback, JSDOMGlobalObject* globalObject)
59 JSCustomSQLTransactionCallback(JSC::JSObject* callback, JSDOMGlobalObject*);
JSCallbackData.h 34 #include <runtime/JSObject.h>
41 // JSObject on a non-main thread without synchronization would corrupt the heap
48 JSCallbackData(JSC::JSObject* callback, JSDOMGlobalObject* globalObject)
59 JSC::JSObject* callback() { return m_callback.get(); }
65 JSC::ProtectedPtr<JSC::JSObject> m_callback;
JSCustomPositionCallback.h 40 static PassRefPtr<JSCustomPositionCallback> create(JSC::JSObject* callback, JSDOMGlobalObject* globalObject)
46 JSCustomPositionCallback(JSC::JSObject* callback, JSDOMGlobalObject*);
JSCustomPositionErrorCallback.h 39 static PassRefPtr<JSCustomPositionErrorCallback> create(JSC::JSObject* callback, JSDOMGlobalObject* globalObject)
45 JSCustomPositionErrorCallback(JSC::JSObject* callback, JSDOMGlobalObject* globalObject);
JSMessageChannelConstructor.h 41 static JSC::JSObject* construct(JSC::ExecState*, JSC::JSObject*, const JSC::ArgList&);
  /external/webkit/WebCore/bridge/
NP_jsobject.h 35 class JSObject;
46 JSC::JSObject* imp;
50 NPObject* _NPN_CreateScriptObject(NPP npp, JSC::JSObject*, PassRefPtr<JSC::Bindings::RootObject> rootObject);
runtime_root.h 50 typedef HashCountedSet<JSObject*> ProtectCountSet;
52 extern RootObject* findProtectingRootObject(JSObject*);
66 void gcProtect(JSObject*);
67 void gcUnprotect(JSObject*);
68 bool gcIsProtected(JSObject*);

Completed in 112 milliseconds

1 2 3 4 5 6 7 8 91011>>