OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReportEmptyHandle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
api.cc
255
static bool
ReportEmptyHandle
(const char* location) {
273
return obj.IsEmpty() ?
ReportEmptyHandle
(location) : false;
278
return (obj == 0) ?
ReportEmptyHandle
(location) : false;
[
all
...]
/external/v8/src/
api.cc
246
static bool
ReportEmptyHandle
(const char* location) {
282
return obj.IsEmpty() ?
ReportEmptyHandle
(location) : false;
287
return (obj == 0) ?
ReportEmptyHandle
(location) : false;
[
all
...]
Completed in 28 milliseconds