Searched refs:v8SetReturnValue (Results 1 - 25 of 100) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8LocationCustom.cpp43 v8SetReturnValue(info, info.This());
H A DV8JavaScriptCallFrameCustom.cpp42 v8SetReturnValue(info, impl->evaluateWithExceptionDetails(expression));
48 v8SetReturnValue(info, impl->restart());
54 v8SetReturnValue(info, impl->scopeChain());
61 v8SetReturnValue(info, impl->scopeType(scopeIndex));
67 v8SetReturnValue(info, impl->thisObject());
73 v8SetReturnValue(info, impl->returnValue());
78 v8SetReturnValue(info, v8AtomicString(info.GetIsolate(), "function"));
H A DV8ErrorEventCustom.cpp50 v8SetReturnValue(info, error);
H A DV8DataViewCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, DataView* impl) function in namespace:blink
75 V8TypedArray<DataView>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<DataView> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Float32ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Float32Array* impl) function in namespace:blink
75 V8TypedArray<Float32Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr< Float32Array > impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Float64ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Float64Array* impl) function in namespace:blink
75 V8TypedArray<Float64Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Float64Array> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Int16ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Int16Array* impl) function in namespace:blink
75 V8TypedArray<Int16Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int16Array> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Int32ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Int32Array* impl) function in namespace:blink
75 V8TypedArray<Int32Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int32Array> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Int8ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Int8Array* impl) function in namespace:blink
75 V8TypedArray<Int8Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int8Array> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8PopStateEventCustom.cpp54 v8SetReturnValue(info, result);
72 v8SetReturnValue(info, cacheState(info.Holder(), result, info.GetIsolate()));
89 v8SetReturnValue(info, cacheState(info.Holder(), result, info.GetIsolate()));
99 v8SetReturnValue(info, cacheState(info.Holder(), result, info.GetIsolate()));
H A DV8Uint16ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Uint16Array* impl) function in namespace:blink
75 V8TypedArray<Uint16Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint16Array> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Uint32ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Uint32Array* impl) function in namespace:blink
75 V8TypedArray<Uint32Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint32Array> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Uint8ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Uint8Array* impl) function in namespace:blink
75 V8TypedArray<Uint8Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr< Uint8Array > impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Uint8ClampedArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Uint8ClampedArray* impl) function in namespace:blink
75 V8TypedArray<Uint8ClampedArray>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8BlobCustom.cpp44 v8SetReturnValue(info, blob.release());
76 v8SetReturnValue(info, blob.release());
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Ddictionary_v8.h26 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, {{cpp_class}}* impl) function in namespace:blink
28 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestDictionary.h26 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestDictionary* impl) function in namespace:blink
28 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
H A DV8SVGTestInterface.h66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, SVGTestInterface* impl) function in namespace:blink
75 v8SetReturnValue(callbackInfo, wrapper);
89 v8SetReturnValue(callbackInfo, wrapper);
102 v8SetReturnValue(callbackInfo, wrapper);
111 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<SVGTestInterface> impl) function in namespace:blink
113 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestException.h66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestException* impl) function in namespace:blink
75 v8SetReturnValue(callbackInfo, wrapper);
89 v8SetReturnValue(callbackInfo, wrapper);
102 v8SetReturnValue(callbackInfo, wrapper);
111 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestException> impl) function in namespace:blink
113 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestInterface.h66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl) function in namespace:blink
68 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
74 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
80 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
89 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceImplementation> impl) function in namespace:blink
91 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestInterfaceCheckSecurity.h66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl) function in namespace:blink
75 v8SetReturnValue(callbackInfo, wrapper);
89 v8SetReturnValue(callbackInfo, wrapper);
102 v8SetReturnValue(callbackInfo, wrapper);
111 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity> impl) function in namespace:blink
113 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestInterfaceEmpty.h66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl) function in namespace:blink
75 v8SetReturnValue(callbackInfo, wrapper);
89 v8SetReturnValue(callbackInfo, wrapper);
102 v8SetReturnValue(callbackInfo, wrapper);
111 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty> impl) function in namespace:blink
113 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestSpecialOperations.h66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestSpecialOperations* impl) function in namespace:blink
75 v8SetReturnValue(callbackInfo, wrapper);
89 v8SetReturnValue(callbackInfo, wrapper);
102 v8SetReturnValue(callbackInfo, wrapper);
111 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperations> impl) function in namespace:blink
113 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestSpecialOperationsNotEnumerable.h66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestSpecialOperationsNotEnumerable* impl) function in namespace:blink
75 v8SetReturnValue(callbackInfo, wrapper);
89 v8SetReturnValue(callbackInfo, wrapper);
102 v8SetReturnValue(callbackInfo, wrapper);
111 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperationsNotEnumerable> impl) function in namespace:blink
113 v8SetReturnValue(callbackInfo, impl.get());
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.h58 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterface5Implementation* impl) function in namespace:blink
60 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
66 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
72 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
81 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface5Implementation> impl) function in namespace:blink
83 v8SetReturnValue(callbackInfo, impl.get());

Completed in 214 milliseconds

1234