OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kJSTypeUndefined
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/API/
JSValueRef.h
39
@constant
kJSTypeUndefined
The unique undefined value.
47
kJSTypeUndefined
,
JSValueRef.cpp
57
return
kJSTypeUndefined
;
/external/webkit/Source/JavaScriptCore/API/tests/
testapi.c
911
ASSERT(JSValueGetType(context, jsUndefined) ==
kJSTypeUndefined
);
[
all
...]
Completed in 211 milliseconds