OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toJSValue
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptCore/heap/
Local.h
97
ASSERT(!HandleTypes<T>::
toJSValue
(externalType) || !HandleTypes<T>::
toJSValue
(externalType).isCell() || Heap::isMarked(HandleTypes<T>::
toJSValue
(externalType).asCell()));
Strong.h
141
JSValue value = HandleTypes<T>::
toJSValue
(externalType);
Handle.h
83
static JSValue
toJSValue
(T* cell) { return reinterpret_cast<JSCell*>(cell); }
90
static JSValue
toJSValue
(const JSValue& v) { return v; }
Weak.h
131
JSValue value = HandleTypes<T>::
toJSValue
(externalType);
Completed in 2875 milliseconds