OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_NULL_OR_UNDEFINED
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
macros.py
95
macro
IS_NULL_OR_UNDEFINED
(arg) = (arg == null);
runtime.js
547
if (
IS_NULL_OR_UNDEFINED
(x) && !IS_UNDETECTABLE(x)) {
array.js
177
return (
IS_NULL_OR_UNDEFINED
(x)) ? '' : %ToString(%DefaultString(x));
[
all
...]
Completed in 241 milliseconds