pike.git/
src/
modules/
_Debug/
debug.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2015-04-30
2015-04-30 15:02:20 by Martin Nilsson <nilsson@opera.com>
928e215bec57703b4f7cce9ce609035ded549156 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Corrected return type.
295:
pop_n_elems(args); }
-
/*! @decl
void
locate_references(string|array|mapping| @
+
/*! @decl
mixed
locate_references(string|array|mapping| @
*! multiset|function|object| @ *! program|type o) *! @belongs Debug
309:
*! This function only exists if the Pike runtime has been compiled *! with RTL debug. */
-
PIKEFUN
void
locate_references(mixed o)
+
PIKEFUN
mixed
locate_references(mixed o)
+
rawtype tFunc(tSetvar(1,tMix),tVar(1));
{ locate_references(o); }