Home
last modified time | relevance | path

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

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/flash/external/
H A DExternalInterface_as.cpp290 const as_value& methodName_as = fn.arg(0); in externalinterface_call() local
291 const std::string methodName = methodName_as.to_string(); in externalinterface_call()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DNetConnection_as.cpp726 const as_value& methodName_as = fn.arg(0); in netconnection_call() local
727 std::string methodName = methodName_as.to_string(); in netconnection_call()