Home
last modified time | relevance | path

Searched refs:object_isPrototypeOf (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DObject.cpp48 as_value object_isPrototypeOf(const fn_call&);
72 vm.registerNative(object_isPrototypeOf, 101, 6); in registerObjectNative()
399 object_isPrototypeOf(const fn_call& fn) in object_isPrototypeOf() function