pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-05-21
2015-05-21 17:18:33 by Tobias S. Josefowitz <tobij@tobij.de>
8e37f78e04988d984a46e5634890fdad49728e80 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
destructedp, zero_type: detect trampolines referencing destructed objects
1605:
if((TYPEOF(Pike_sp[-args]) == T_OBJECT || TYPEOF(Pike_sp[-args]) == T_FUNCTION)
-
&&
!
Pike_sp
[
-args
].u.object->prog
)
+
&&
IS_DESTRUCTED(
Pike_sp-args)
)
{ pop_n_elems(args); push_int(NUMBER_DESTRUCTED);