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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8LocationCustom.cpp 43 v8SetReturnValue(info, info.This());
V8JavaScriptCallFrameCustom.cpp 42 v8SetReturnValue(info, impl->evaluate(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"));
V8ErrorEventCustom.cpp 50 v8SetReturnValue(info, error);
V8InjectedScriptHostCustom.cpp 97 v8SetReturnValue(info, object->get(ScriptState::current(info.GetIsolate())).v8Value());
108 v8SetReturnValue(info, info[0]->ToObject()->GetConstructorName());
117 v8SetReturnValue(info, false);
121 v8SetReturnValue(info, V8HTMLAllCollection::hasInstance(info[0], info.GetIsolate()));
132 v8SetReturnValue(info, v8AtomicString(isolate, "string"));
136 v8SetReturnValue(info, v8AtomicString(isolate, "array"));
140 v8SetReturnValue(info, v8AtomicString(isolate, "boolean"));
144 v8SetReturnValue(info, v8AtomicString(isolate, "number"));
148 v8SetReturnValue(info, v8AtomicString(isolate, "date"));
152 v8SetReturnValue(info, v8AtomicString(isolate, "regexp"))
    [all...]
V8DataViewCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, DataView* impl)
75 V8TypedArray<DataView>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<DataView> impl)
98 v8SetReturnValue(info, impl.get());
V8Float32ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Float32Array* impl)
75 V8TypedArray<Float32Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr< Float32Array > impl)
98 v8SetReturnValue(info, impl.get());
V8Float64ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Float64Array* impl)
75 V8TypedArray<Float64Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Float64Array> impl)
98 v8SetReturnValue(info, impl.get());
V8Int16ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Int16Array* impl)
75 V8TypedArray<Int16Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int16Array> impl)
98 v8SetReturnValue(info, impl.get());
V8Int32ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Int32Array* impl)
75 V8TypedArray<Int32Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int32Array> impl)
98 v8SetReturnValue(info, impl.get());
V8Int8ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Int8Array* impl)
75 V8TypedArray<Int8Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int8Array> impl)
98 v8SetReturnValue(info, impl.get());
V8PopStateEventCustom.cpp 54 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()));
V8Uint16ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Uint16Array* impl)
75 V8TypedArray<Uint16Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint16Array> impl)
98 v8SetReturnValue(info, impl.get());
V8Uint32ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Uint32Array* impl)
75 V8TypedArray<Uint32Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint32Array> impl)
98 v8SetReturnValue(info, impl.get());
V8Uint8ArrayCustom.h 73 inline void v8SetReturnValue(const CallbackInfo& info, Uint8Array* impl)
75 V8TypedArray<Uint8Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr< Uint8Array > impl)
98 v8SetReturnValue(info, impl.get());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface.h 56 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl)
58 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
64 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
70 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
79 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceImplementation> impl)
81 v8SetReturnValue(callbackInfo, impl.get());
V8SVGTestInterface.h 61 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, SVGTestInterface* impl)
70 v8SetReturnValue(callbackInfo, wrapper);
84 v8SetReturnValue(callbackInfo, wrapper);
97 v8SetReturnValue(callbackInfo, wrapper);
106 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<SVGTestInterface> impl)
108 v8SetReturnValue(callbackInfo, impl.get());
V8TestException.h 61 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestException* impl)
70 v8SetReturnValue(callbackInfo, wrapper);
84 v8SetReturnValue(callbackInfo, wrapper);
97 v8SetReturnValue(callbackInfo, wrapper);
106 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestException> impl)
108 v8SetReturnValue(callbackInfo, impl.get());
V8TestInterfaceCheckSecurity.h 61 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl)
70 v8SetReturnValue(callbackInfo, wrapper);
84 v8SetReturnValue(callbackInfo, wrapper);
97 v8SetReturnValue(callbackInfo, wrapper);
106 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity> impl)
108 v8SetReturnValue(callbackInfo, impl.get());
V8TestInterfaceConstructor.h 62 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl)
71 v8SetReturnValue(callbackInfo, wrapper);
85 v8SetReturnValue(callbackInfo, wrapper);
98 v8SetReturnValue(callbackInfo, wrapper);
107 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor> impl)
109 v8SetReturnValue(callbackInfo, impl.get());
V8TestInterfaceConstructor2.h 62 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl)
71 v8SetReturnValue(callbackInfo, wrapper);
85 v8SetReturnValue(callbackInfo, wrapper);
98 v8SetReturnValue(callbackInfo, wrapper);
107 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor2> impl)
109 v8SetReturnValue(callbackInfo, impl.get());
V8TestInterfaceConstructor3.h 62 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl)
71 v8SetReturnValue(callbackInfo, wrapper);
85 v8SetReturnValue(callbackInfo, wrapper);
98 v8SetReturnValue(callbackInfo, wrapper);
107 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor3> impl)
109 v8SetReturnValue(callbackInfo, impl.get());
V8TestInterfaceEmpty.h 61 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl)
70 v8SetReturnValue(callbackInfo, wrapper);
84 v8SetReturnValue(callbackInfo, wrapper);
97 v8SetReturnValue(callbackInfo, wrapper);
106 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty> impl)
108 v8SetReturnValue(callbackInfo, impl.get());
V8TestSpecialOperations.h 61 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestSpecialOperations* impl)
70 v8SetReturnValue(callbackInfo, wrapper);
84 v8SetReturnValue(callbackInfo, wrapper);
97 v8SetReturnValue(callbackInfo, wrapper);
106 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperations> impl)
108 v8SetReturnValue(callbackInfo, impl.get());
V8TestSpecialOperationsNotEnumerable.h 61 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestSpecialOperationsNotEnumerable* impl)
70 v8SetReturnValue(callbackInfo, wrapper);
84 v8SetReturnValue(callbackInfo, wrapper);
97 v8SetReturnValue(callbackInfo, wrapper);
106 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperationsNotEnumerable> impl)
108 v8SetReturnValue(callbackInfo, impl.get());
V8TestTypedefs.h 62 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestTypedefs* impl)
71 v8SetReturnValue(callbackInfo, wrapper);
85 v8SetReturnValue(callbackInfo, wrapper);
98 v8SetReturnValue(callbackInfo, wrapper);
107 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestTypedefs> impl)
109 v8SetReturnValue(callbackInfo, impl.get());

Completed in 609 milliseconds

1 2 3 4