Searched refs:FunctionRemoteObject (Results 1 – 2 of 2) sorted by relevance
367 class FunctionRemoteObject final : public RemoteObject {369 FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged);370 ~FunctionRemoteObject() override = default;
132 return std::make_unique<FunctionRemoteObject>(ecmaVm, tagged); in FromTagged()232 FunctionRemoteObject::FunctionRemoteObject(const EcmaVM *ecmaVm, Local<JSValueRef> tagged) in FunctionRemoteObject() function in panda::ecmascript::tooling::FunctionRemoteObject645 std::string FunctionRemoteObject::DescriptionForFunction(const EcmaVM *ecmaVm, Local<FunctionRef> t… in DescriptionForFunction()