OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSType
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
JSType.h
29
enum
JSType
{
37
// The CompoundType value must come before any
JSType
that may have children
JSTypeInfo.h
33
#include "
JSType
.h"
50
TypeInfo(
JSType
type, unsigned flags = 0)
63
JSType
type() const { return (
JSType
)m_type; }
Operations.cpp
88
JSType
type = v.asCell()->structure()->typeInfo().type();
/external/webkit/Source/JavaScriptCore/API/
JSValueRef.h
37
@enum
JSType
53
}
JSType
;
64
@result A value of type
JSType
that identifies value's type.
66
JS_EXPORT
JSType
JSValueGetType(JSContextRef ctx, JSValueRef value);
JSObjectRef.h
268
@param type A
JSType
specifying the JavaScript type to convert to.
273
JSValueRef ConvertToType(JSContextRef ctx, JSObjectRef object,
JSType
type, JSValueRef* exception);
280
(*JSObjectConvertToTypeCallback) (JSContextRef ctx, JSObjectRef object,
JSType
type, JSValueRef* exception);
[
all
...]
JSValueRef.cpp
49
::
JSType
JSValueGetType(JSContextRef ctx, JSValueRef value)
/external/webkit/Source/JavaScriptGlue/
UserObjectImp.h
35
#include <JavaScriptCore/
JSType
.h>
/external/webkit/Source/WebCore/bindings/js/
JSArrayBufferViewHelper.h
160
template <typename
JSType
, typename WebCoreType>
170
return createWrapper<
JSType
>(exec, globalObject, object);
/external/webkit/Source/JavaScriptCore/API/tests/
testapi.c
291
static JSValueRef MyObject_convertToType(JSContextRef context, JSObjectRef object,
JSType
type, JSValueRef* exception)
373
static JSValueRef EvilExceptionObject_convertToType(JSContextRef context, JSObjectRef object,
JSType
type, JSValueRef* exception)
[
all
...]
Completed in 61 milliseconds