OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_FUNCTION
(Results
1 - 10
of
10
) sorted by null
/external/v8/src/
v8natives.js
133
if (!
IS_FUNCTION
(f)) return f;
224
if (!IS_OBJECT(V) && !
IS_FUNCTION
(V)) return false;
232
if (!IS_OBJECT(this) && !
IS_FUNCTION
(this)) return false;
242
if (!
IS_FUNCTION
(fun)) {
261
if (!
IS_FUNCTION
(fun)) {
278
if ((!IS_OBJECT(obj) || IS_NULL_OR_UNDEFINED(obj)) && !
IS_FUNCTION
(obj))
350
if (!IS_UNDEFINED(get) && !
IS_FUNCTION
(get)) {
358
if (!IS_UNDEFINED(set) && !
IS_FUNCTION
(set)) {
584
if (desc.hasGetter() &&
IS_FUNCTION
(desc.getGet())) {
587
if (desc.hasSetter() &&
IS_FUNCTION
(desc.getSet()))
[
all
...]
runtime.js
86
if (
IS_FUNCTION
(y)) {
347
if (x == null || (!IS_OBJECT(x) && !
IS_FUNCTION
(x))) {
360
if (!
IS_FUNCTION
(F)) {
365
if (IS_NULL(V) || (!IS_OBJECT(V) && !
IS_FUNCTION
(V))) {
371
if (IS_NULL(O) || (!IS_OBJECT(O) && !
IS_FUNCTION
(O))) {
399
if (!
IS_FUNCTION
(delegate)) {
408
if (!
IS_FUNCTION
(delegate)) {
422
if (%_IsSmi(length) && length >= 0 && length < 0x800000 &&
IS_FUNCTION
(this)) {
436
if (!
IS_FUNCTION
(this)) {
496
if (!IS_OBJECT(x) && !
IS_FUNCTION
(x)) return x
[
all
...]
macros.py
89
macro
IS_FUNCTION
(arg) = (%_IsFunction(arg));
json.js
63
if (
IS_FUNCTION
(reviver)) {
196
if (
IS_FUNCTION
(toJSON)) {
200
if (
IS_FUNCTION
(replacer)) {
array.js
173
if (
IS_FUNCTION
(e_obj.toLocaleString))
647
var custom_compare =
IS_FUNCTION
(comparefn);
899
if (!
IS_FUNCTION
(f)) {
918
if (!
IS_FUNCTION
(f)) {
936
if (!
IS_FUNCTION
(f)) {
953
if (!
IS_FUNCTION
(f)) {
969
if (!
IS_FUNCTION
(f)) {
1032
if (!
IS_FUNCTION
(callback)) {
1061
if (!
IS_FUNCTION
(callback)) {
[
all
...]
debug-debugger.js
404
if (!
IS_FUNCTION
(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) {
416
if (!
IS_FUNCTION
(f)) throw new Error('Parameters have wrong types.');
426
if (
IS_FUNCTION
(func_or_script_name)) {
463
if (!
IS_FUNCTION
(f)) throw new Error('Parameters have wrong types.');
468
if (!
IS_FUNCTION
(f)) throw new Error('Parameters have wrong types.');
473
if (!
IS_FUNCTION
(f)) throw new Error('Parameters have wrong types.');
478
if (!
IS_FUNCTION
(f)) throw new Error('Parameters have wrong types.');
519
if (!
IS_FUNCTION
(func)) throw new Error('Parameters have wrong types.');
720
if (!
IS_FUNCTION
(f)) throw new Error('Parameters have wrong types.');
[
all
...]
string.js
208
if (
IS_FUNCTION
(replace)) {
226
if (
IS_FUNCTION
(replace)) {
mirror-debugger.js
85
} else if (
IS_FUNCTION
(value)) {
[
all
...]
messages.js
860
if (
IS_FUNCTION
($Error.prepareStackTrace)) {
/external/libxml2/
xpath.c
[
all
...]
Completed in 287 milliseconds